From 26f2cf62f5d5daed095dddba2fd9d90bdba9a223 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 8 Jul 2019 03:21:06 -0400 Subject: polyglot and ale already include terraform support --- vim/ftplugin/terraform.vim | 2 ++ vim/pack/filetype/start/terraform | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 160000 vim/pack/filetype/start/terraform (limited to 'vim') 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 index 9969174..0000000 --- a/vim/pack/filetype/start/terraform +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 996917464cd6b6fd7f11905ac4d77314fcac5593 -- cgit v1.2.3-54-g00ecf