vimPlugins.vim-clojure-static: init at 2017-10-23
This commit is contained in:
parent
afbde10f2f
commit
ae74169450
2 changed files with 12 additions and 0 deletions
|
@ -3225,6 +3225,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-clojure-static = buildVimPluginFrom2Nix {
|
||||
pname = "vim-clojure-static";
|
||||
version = "2017-10-23";
|
||||
src = fetchFromGitHub {
|
||||
owner = "guns";
|
||||
repo = "vim-clojure-static";
|
||||
rev = "fae5710a0b79555fe3296145be4f85148266771a";
|
||||
sha256 = "0s98qrhv7xh7bvh8bm1vaxpw3n2mcxayay3k90ibgjrv1jpyvzx7";
|
||||
};
|
||||
};
|
||||
|
||||
vim-closetag = buildVimPluginFrom2Nix {
|
||||
pname = "vim-closetag";
|
||||
version = "2019-02-14";
|
||||
|
|
|
@ -106,6 +106,7 @@ google/vim-jsonnet
|
|||
google/vim-maktaba
|
||||
gregsexton/gitv
|
||||
guns/vim-clojure-highlight
|
||||
guns/vim-clojure-static
|
||||
guns/xterm-color-table.vim
|
||||
hashivim/vim-terraform
|
||||
haya14busa/incsearch-easymotion.vim
|
||||
|
|
Loading…
Reference in a new issue