summaryrefslogtreecommitdiffstats
path: root/ftplugin/puppet.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftplugin/puppet.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/puppet.vim b/ftplugin/puppet.vim
index 876b4748..3c843314 100644
--- a/ftplugin/puppet.vim
+++ b/ftplugin/puppet.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'puppet') == -1
+
setl ts=2
setl sts=2
setl sw=2
@@ -6,4 +7,5 @@ setl et
setl keywordprg=puppet\ describe\ --providers
setl iskeyword=-,:,@,48-57,_,192-255
setl cms=#\ %s
+
endif