summaryrefslogtreecommitdiffstats
path: root/ftplugin/puppet.vim
blob: 0796f7437af1ce0b004cd9bcc7ff0888feba75f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'puppet') != -1
  finish
endif

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