vimPlugins.vim-clojure-highlight: init 2015-07-05

This commit is contained in:
Galen Abell 2019-10-29 12:13:13 +01:00 committed by Jon
parent 13c2cc0b91
commit afbde10f2f
2 changed files with 12 additions and 0 deletions

@ -3214,6 +3214,17 @@ let
};
};
vim-clojure-highlight = buildVimPluginFrom2Nix {
pname = "vim-clojure-highlight";
version = "2015-07-05";
src = fetchFromGitHub {
owner = "guns";
repo = "vim-clojure-highlight";
rev = "9ac6cb8fef04b2c243377adb671324a60952aee0";
sha256 = "0fg3faj0fq7b8pqr0i33qdg2xfd5966lrjl1wkq6jcgvdqamhz0y";
};
};
vim-closetag = buildVimPluginFrom2Nix {
pname = "vim-closetag";
version = "2019-02-14";

@ -105,6 +105,7 @@ google/vim-codefmt
google/vim-jsonnet
google/vim-maktaba
gregsexton/gitv
guns/vim-clojure-highlight
guns/xterm-color-table.vim
hashivim/vim-terraform
haya14busa/incsearch-easymotion.vim