summaryrefslogblamecommitdiffstats
path: root/ftplugin/puppet.vim
blob: 876b474844d128cb70e2a225380e6d26e562bd4b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                               





                                             
              
     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'puppet') == -1
setl ts=2
setl sts=2
setl sw=2
setl et
setl keywordprg=puppet\ describe\ --providers
setl iskeyword=-,:,@,48-57,_,192-255
setl cms=#\ %s
endif