diff options
Diffstat (limited to '')
-rw-r--r-- | ftplugin/hcl.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/hcl.vim b/ftplugin/hcl.vim index a48f406b..c4b44e24 100644 --- a/ftplugin/hcl.vim +++ b/ftplugin/hcl.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'hcl') == -1 + " File: ftplugin/hcl.vim " Author: BABAROT <b4b4r07@gmail.com> " Description: FileType Plugin for HCL @@ -36,4 +37,5 @@ let &cpo = s:save_cpo unlet s:save_cpo " vim: set et sw=4 ts=4: + endif |