vimPlugins.vim-nerdtree-syntax-highlight: init at 2020-07-19

wip/yesman
Zach Coyle 4 years ago committed by Jon
parent aa49a71159
commit 93fd4b5c6c
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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…
Cancel
Save