summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2017-10-18 12:34:07 -0700
committerJesse Luehrs <doy@tozt.net>2017-10-18 12:34:31 -0700
commitb66e683903ed0f894454b0ba1a1c7ec64e1ebb5c (patch)
treef3f393b000d45c94af17b04cec8ce364221867a1
parent98099e29aab4031f9652060c2f2df7ab8071b9c7 (diff)
downloadconf-b66e683903ed0f894454b0ba1a1c7ec64e1ebb5c.tar.gz
conf-b66e683903ed0f894454b0ba1a1c7ec64e1ebb5c.zip
also install the terraform vim plugin
-rw-r--r--.gitmodules3
m---------vim/pack/local/start/terraform0
-rw-r--r--vimrc3
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a23cd7c..2f22925 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -97,3 +97,6 @@
[submodule "vim/pack/local/start/multiple-cursors"]
path = vim/pack/local/start/multiple-cursors
url = git://github.com/terryma/vim-multiple-cursors
+[submodule "vim/pack/local/start/terraform"]
+ path = vim/pack/local/start/terraform
+ url = git://github.com/hashivim/vim-terraform
diff --git a/vim/pack/local/start/terraform b/vim/pack/local/start/terraform
new file mode 160000
+Subproject 2d9343c7165acbb6225017a9da8baf63bbd27a2
diff --git a/vimrc b/vimrc
index 50f1fec..d2644bf 100644
--- a/vimrc
+++ b/vimrc
@@ -773,6 +773,9 @@ nmap ;x gcc
xmap ;x gc
let g:tcommentBlankLines = 0
" }}}
+" terraform {{{
+let g:terraform_fmt_on_save = 1
+" }}}
" textobj {{{
let g:Textobj_defs = [
\['/', 'Textobj_paired', '/'],