mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
vimPlugins.vim-terraform: init at 2018-08-02
This commit is contained in:
parent
644c864637
commit
73cddf1e95
@ -3090,6 +3090,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
vim-terraform = buildVimPluginFrom2Nix {
|
||||
name = "vim-terraform-2018-08-02";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hashivim";
|
||||
repo = "vim-terraform";
|
||||
rev = "7c11252da45c6508524e022d1f2588134902d8d1";
|
||||
sha256 = "1qnjjcin934i7yd2fd0xapraindrpavnik1fasv10x5dw8yzxyrs";
|
||||
};
|
||||
};
|
||||
|
||||
vim-test = buildVimPluginFrom2Nix {
|
||||
name = "vim-test-2018-10-24";
|
||||
src = fetchFromGitHub {
|
||||
|
@ -78,6 +78,7 @@ google/vim-jsonnet
|
||||
google/vim-maktaba
|
||||
gregsexton/gitv
|
||||
guns/xterm-color-table.vim
|
||||
hashivim/vim-terraform
|
||||
haya14busa/incsearch-easymotion.vim
|
||||
haya14busa/incsearch.vim
|
||||
heavenshell/vim-jsdoc
|
||||
|
Loading…
Reference in New Issue
Block a user