neovim: Fix nerdtree git plugin

restic-rest-server
Simon Bruder 2020-12-06 10:41:23 +01:00
parent 0bbfafcafb
commit 8d9e3bbb8d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 10 additions and 1 deletions

View File

@ -30,6 +30,15 @@ let
sha256 = "1ss065b2psalli46bs3v13fhaplqydh13bg3jg3zr98wbdn70cws";
};
};
nerdtree-git-plugin = pkgs.vimUtils.buildVimPluginFrom2Nix rec {
name = "nerdtree-git-plugin";
src = pkgs.fetchFromGitHub {
owner = "albfan";
repo = name;
rev = "6b843d3742d01b98a229ed2e6d3782f6d3f21651";
sha256 = "10mc9ir2h9swbyqfvg4gl3qkyc95s478wfl449zypsjnfisq7526";
};
};
pyls-black = pkgs.python3Packages.buildPythonPackage rec {
pname = "pyls-black";
version = "0.4.6";
@ -195,7 +204,6 @@ in
map <Leader>n :NERDTreeFocusToggle<CR>
'';
}
nerdtree-git-plugin
{
plugin = rust-vim;
config = ''
@ -262,6 +270,7 @@ in
}
]) ++ [
Vim-Jinja2-Syntax
nerdtree-git-plugin
rainbow_csv
vim-openscad
];