vimPlugins.vim-terraform-completion: init at 2019-07-28
This commit is contained in:
parent
2904fb7f81
commit
44178a840c
2 changed files with 14 additions and 0 deletions
|
@ -6481,6 +6481,19 @@ let
|
|||
meta.homepage = "https://github.com/hashivim/vim-terraform/";
|
||||
};
|
||||
|
||||
vim-terraform-completion = buildVimPluginFrom2Nix {
|
||||
pname = "vim-terraform-completion";
|
||||
version = "2019-07-28";
|
||||
src = fetchFromGitHub {
|
||||
owner = "juliosueiras";
|
||||
repo = "vim-terraform-completion";
|
||||
rev = "1c8792d1e85154aa6fc05eb746711bf2df2274d9";
|
||||
sha256 = "0j87vhxkrv8sdrlv9w5p2zkiv9ssb3rckbffjcfhn9365d41bhgr";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
meta.homepage = "https://github.com/juliosueiras/vim-terraform-completion/";
|
||||
};
|
||||
|
||||
vim-test = buildVimPluginFrom2Nix {
|
||||
pname = "vim-test";
|
||||
version = "2020-07-15";
|
||||
|
|
|
@ -191,6 +191,7 @@ jsfaint/gen_tags.vim
|
|||
JuliaEditorSupport/deoplete-julia
|
||||
JuliaEditorSupport/julia-vim
|
||||
Julian/vim-textobj-variable-segment
|
||||
juliosueiras/vim-terraform-completion
|
||||
junegunn/fzf.vim
|
||||
junegunn/goyo.vim
|
||||
junegunn/gv.vim
|
||||
|
|
Loading…
Reference in a new issue