summaryrefslogtreecommitdiffstats
path: root/ftplugin/nginx.vim
blob: 61b8a7601671fc2be310e10be5a45bd1ecebdf50 (plain) (blame)
1
2
3
4
5
6
7
8
9
if polyglot#init#is_disabled(expand('<sfile>:p'), 'nginx', 'ftplugin/nginx.vim')
  finish
endif

setlocal comments=:#
setlocal commentstring=#\ %s
setlocal formatoptions+=croql formatoptions-=t

let b:undo_ftplugin = "setl fo< cms< com<"