From 62e2bee5eed1d3e12a93be721e84c9663dcb720d Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 16 Sep 2020 17:02:01 +0200 Subject: [PATCH] Add terraform support to vim. --- .gitmodules | 3 +++ vim/.vim/pack/bundle/start/vim-terraform | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/pack/bundle/start/vim-terraform diff --git a/.gitmodules b/.gitmodules index 1794ca7..42bf814 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [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 diff --git a/vim/.vim/pack/bundle/start/vim-terraform b/vim/.vim/pack/bundle/start/vim-terraform new file mode 160000 index 0000000..4c0ae1a --- /dev/null +++ b/vim/.vim/pack/bundle/start/vim-terraform @@ -0,0 +1 @@ +Subproject commit 4c0ae1aa9324dc37e0d8bb672ecdcb313f97f75c