vimPlugins.vim-terraform-completion: init at 2019-07-28

This commit is contained in:
Darwin Corn 2020-07-18 16:49:25 -07:00
parent 2904fb7f81
commit 44178a840c
2 changed files with 14 additions and 0 deletions

View File

@ -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";

View File

@ -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