From eed821a38d88e6388d0b13c2c0e7be780bdb058a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 7 May 2018 15:27:22 -0700 Subject: re-add terraform vim plugin polyglot strips out all plugin directories, which here includes the functionality to run terraform fmt on save --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3-54-g00ecf