vimPlugins.vim-clojure-highlight: init 2015-07-05
This commit is contained in:
parent
13c2cc0b91
commit
afbde10f2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user