summaryrefslogtreecommitdiffstats
path: root/autoload/terraform.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/terraform.vim')
-rw-r--r--autoload/terraform.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoload/terraform.vim b/autoload/terraform.vim
index 7ddfd9d1..8372b004 100644
--- a/autoload/terraform.vim
+++ b/autoload/terraform.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'terraform') == -1
+
function! terraform#fmt()
if !filereadable(expand('%:p'))
return
@@ -55,4 +56,5 @@ function! terraform#commands(A, L, P)
\ 'state'
\ ]
endfunction
+
endif