From c0af5630de42ba420f2ce82c0a9e4c06660a7a3a Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 12 Jan 2021 16:45:47 +0100 Subject: [PATCH] Switch Hashicorp vim plugin --- .gitmodules | 9 ++++++--- vim/.vim/pack/bundle/start/vim-hashicorp-tools | 1 + vim/.vim/pack/bundle/start/vim-terraform | 1 - 3 files changed, 7 insertions(+), 4 deletions(-) create mode 160000 vim/.vim/pack/bundle/start/vim-hashicorp-tools delete mode 160000 vim/.vim/pack/bundle/start/vim-terraform diff --git a/.gitmodules b/.gitmodules index cdd13bb..cee7452 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,9 +49,12 @@ [submodule "vim/.vim/pack/bundle/start/Vim-Jinja2-Syntax"] path = vim/.vim/pack/bundle/start/Vim-Jinja2-Syntax url = https://github.com/Glench/Vim-Jinja2-Syntax.git -[submodule "vim/.vim/pack/bundle/start/vim-terraform"] - path = vim/.vim/pack/bundle/start/vim-terraform - url = https://github.com/hashivim/vim-terraform [submodule "vim/.vim/pack/bundle/start/vim-nix"] path = vim/.vim/pack/bundle/start/vim-nix url = https://github.com/LnL7/vim-nix.git +[submodule "vim/.vim/pack/bundle/start/vim-hcl"] + path = vim/.vim/pack/bundle/start/vim-hcl + url = https://github.com/jvirtanen/vim-hcl.git +[submodule "vim/.vim/pack/bundle/start/vim-hashicorp-tools"] + path = vim/.vim/pack/bundle/start/vim-hashicorp-tools + url = https://github.com/hashivim/vim-hashicorp-tools.git diff --git a/vim/.vim/pack/bundle/start/vim-hashicorp-tools b/vim/.vim/pack/bundle/start/vim-hashicorp-tools new file mode 160000 index 0000000..d7710ec --- /dev/null +++ b/vim/.vim/pack/bundle/start/vim-hashicorp-tools @@ -0,0 +1 @@ +Subproject commit d7710ecbcb726f09db3818e44959ea3b7fb5b821 diff --git a/vim/.vim/pack/bundle/start/vim-terraform b/vim/.vim/pack/bundle/start/vim-terraform deleted file mode 160000 index 4c0ae1a..0000000 --- a/vim/.vim/pack/bundle/start/vim-terraform +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4c0ae1aa9324dc37e0d8bb672ecdcb313f97f75c