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