neovim: Use nerdtree git plugin from nixpkgs
This commit is contained in:
parent
16d6aa2aa0
commit
1dcaeb0aed
|
@ -36,17 +36,6 @@ let
|
|||
|
||||
meta.license = lib.licenses.bsd3;
|
||||
};
|
||||
nerdtree-git-plugin = pkgs.vimUtils.buildVimPluginFrom2Nix rec {
|
||||
name = "nerdtree-git-plugin";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "Xuyuanp";
|
||||
repo = name;
|
||||
rev = "5fa0e3e1487b17f8a23fc2674ebde5f55ce6a816";
|
||||
sha256 = "0nwb3jla0rsg9vb52n24gjis9k4fwn38iqk13ixxd6w5pnn8ax9j";
|
||||
};
|
||||
|
||||
meta.license = lib.licenses.wtfpl;
|
||||
};
|
||||
pyls-black = pkgs.python3Packages.buildPythonPackage rec {
|
||||
pname = "pyls-black";
|
||||
version = "0.4.6";
|
||||
|
@ -200,6 +189,7 @@ in
|
|||
map <Leader>n :NERDTreeFocusToggle<CR>
|
||||
'';
|
||||
}
|
||||
nerdtree-git-plugin
|
||||
{
|
||||
plugin = rust-vim;
|
||||
config = ''
|
||||
|
@ -301,7 +291,6 @@ in
|
|||
}
|
||||
])) ++ [
|
||||
Vim-Jinja2-Syntax
|
||||
nerdtree-git-plugin
|
||||
rainbow_csv
|
||||
vim-openscad
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue