summaryrefslogtreecommitdiffstats
path: root/ftplugin/hcl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/hcl.vim')
-rw-r--r--ftplugin/hcl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/hcl.vim b/ftplugin/hcl.vim
index 8d059044..7cd2a8a7 100644
--- a/ftplugin/hcl.vim
+++ b/ftplugin/hcl.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'hcl')
+if has_key(g:polyglot_is_disabled, 'hcl')
finish
endif