summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2018-05-07 15:27:22 -0700
committerJesse Luehrs <doy@tozt.net>2018-05-07 15:29:19 -0700
commiteed821a38d88e6388d0b13c2c0e7be780bdb058a (patch)
tree70d6f8bc3ba2430d63eeeb08713a3a7e156eaa87 /.gitmodules
parent0d3c52e0c8676880002bfce6291ea2604e0407fd (diff)
downloadconf-eed821a38d88e6388d0b13c2c0e7be780bdb058a.tar.gz
conf-eed821a38d88e6388d0b13c2c0e7be780bdb058a.zip
re-add terraform vim plugin
polyglot strips out all plugin directories, which here includes the functionality to run terraform fmt on save
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 9f59c92..5588748 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -85,3 +85,6 @@
[submodule "vim/pack/filetype/start/polyglot"]
path = vim/pack/filetype/start/polyglot
url = git://github.com/sheerun/vim-polyglot
+[submodule "vim/pack/filetype/start/terraform"]
+ path = vim/pack/filetype/start/terraform
+ url = git://github.com/hashivim/vim-terraform