1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Switch Hashicorp vim plugin

This commit is contained in:
2021-01-12 16:45:47 +01:00
parent a4907789a8
commit c0af5630de
3 changed files with 7 additions and 4 deletions

9
.gitmodules vendored
View File

@@ -49,9 +49,12 @@
[submodule "vim/.vim/pack/bundle/start/Vim-Jinja2-Syntax"] [submodule "vim/.vim/pack/bundle/start/Vim-Jinja2-Syntax"]
path = 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 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"] [submodule "vim/.vim/pack/bundle/start/vim-nix"]
path = vim/.vim/pack/bundle/start/vim-nix path = vim/.vim/pack/bundle/start/vim-nix
url = https://github.com/LnL7/vim-nix.git 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