summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-07-08 03:21:06 -0400
committerJesse Luehrs <doy@tozt.net>2019-07-08 03:27:48 -0400
commit26f2cf62f5d5daed095dddba2fd9d90bdba9a223 (patch)
tree6fa08f7ca4da0b72faddfbe0a39ee16786824803 /vim
parent23b6bfb4752168cd4b2648b5abfc5a214a76da3f (diff)
downloadconf-26f2cf62f5d5daed095dddba2fd9d90bdba9a223.tar.gz
conf-26f2cf62f5d5daed095dddba2fd9d90bdba9a223.zip
polyglot and ale already include terraform support
Diffstat (limited to 'vim')
-rw-r--r--vim/ftplugin/terraform.vim2
m---------vim/pack/filetype/start/terraform0
2 files changed, 2 insertions, 0 deletions
diff --git a/vim/ftplugin/terraform.vim b/vim/ftplugin/terraform.vim
index 463eea9..5764f2e 100644
--- a/vim/ftplugin/terraform.vim
+++ b/vim/ftplugin/terraform.vim
@@ -1 +1,3 @@
setlocal commentstring=#\ %s
+let b:ale_fixers = { 'terraform': ['terraform'] }
+let b:ale_fix_on_save = 1
diff --git a/vim/pack/filetype/start/terraform b/vim/pack/filetype/start/terraform
deleted file mode 160000
-Subproject 996917464cd6b6fd7f11905ac4d77314fcac559