summaryrefslogblamecommitdiffstats
path: root/ftplugin/puppet.vim
blob: 3c843314e98109242e6f849d0209993c0fad48e0 (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