mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
vimPlugins.vim-nerdtree-syntax-highlight: init at 2020-07-19
This commit is contained in:
parent
aa49a71159
commit
93fd4b5c6c
@ -5545,6 +5545,18 @@ let
|
||||
meta.homepage = "https://github.com/simnalamburt/vim-mundo/";
|
||||
};
|
||||
|
||||
vim-nerdtree-syntax-highlight = buildVimPluginFrom2Nix {
|
||||
pname = "vim-nerdtree-syntax-highlight";
|
||||
version = "2020-07-19";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tiagofumo";
|
||||
repo = "vim-nerdtree-syntax-highlight";
|
||||
rev = "1acc12aa7f773ede38538293332905f1ba3fea6a";
|
||||
sha256 = "0zm023mhi1si9g5r46md1v4rlls6z2m6kyn1jcfxjqyrgba67899";
|
||||
};
|
||||
meta.homepage = "https://github.com/tiagofumo/vim-nerdtree-syntax-highlight/";
|
||||
};
|
||||
|
||||
vim-nerdtree-tabs = buildVimPluginFrom2Nix {
|
||||
pname = "vim-nerdtree-tabs";
|
||||
version = "2018-12-21";
|
||||
|
@ -490,6 +490,7 @@ thinca/vim-themis
|
||||
thinca/vim-visualstar
|
||||
thirtythreeforty/lessspace.vim
|
||||
thosakwe/vim-flutter
|
||||
tiagofumo/vim-nerdtree-syntax-highlight
|
||||
tikhomirov/vim-glsl
|
||||
tmhedberg/SimpylFold
|
||||
tmsvg/pear-tree
|
||||
|
Loading…
Reference in New Issue
Block a user