mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
vimPlugins.vim-terraform: init at 2018-08-02
This commit is contained in:
parent
644c864637
commit
73cddf1e95
2 changed files with 11 additions and 0 deletions
|
@ -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 {
|
vim-test = buildVimPluginFrom2Nix {
|
||||||
name = "vim-test-2018-10-24";
|
name = "vim-test-2018-10-24";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
|
@ -78,6 +78,7 @@ google/vim-jsonnet
|
||||||
google/vim-maktaba
|
google/vim-maktaba
|
||||||
gregsexton/gitv
|
gregsexton/gitv
|
||||||
guns/xterm-color-table.vim
|
guns/xterm-color-table.vim
|
||||||
|
hashivim/vim-terraform
|
||||||
haya14busa/incsearch-easymotion.vim
|
haya14busa/incsearch-easymotion.vim
|
||||||
haya14busa/incsearch.vim
|
haya14busa/incsearch.vim
|
||||||
heavenshell/vim-jsdoc
|
heavenshell/vim-jsdoc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue