Skip to content

Commit

Permalink
Install papercolor-theme-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 13, 2024
1 parent ee7c6de commit 0e2f1b5
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions home/nixvim/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
pkgs,
lib,
...
}: let
{pkgs, ...}: let
keymap = {
key,
action,
Expand All @@ -17,6 +13,16 @@
};

# custom plugins
papercolor-theme-slim = pkgs.vimUtils.buildVimPlugin {
pname = "papercolor-theme-slim";
version = "unstable";
src = pkgs.fetchFromGitHub {
owner = "pappasam";
repo = "papercolor-theme-slim";
rev = "fc105bee31207ec97c329c70a5c8cb5f793cc054";
hash = "sha256-m/+Xsbve1fuzNEKpSK6Eddoi7gKcj04o1kSFy/H/m9w=";
};
};
nvim-nio = pkgs.vimUtils.buildVimPlugin {
pname = "nvim-nio";
version = "1.9.0";
Expand Down Expand Up @@ -316,6 +322,7 @@ in {
lsp-status-nvim
vim-test
nvim-nio
papercolor-theme-slim
];
extraConfigLua = ''
'';
Expand Down

0 comments on commit 0e2f1b5

Please sign in to comment.