Files
vim-polyglot/ftplugin/nginx.vim
Adam Stankiewicz 87a26c5bf1 Update
2021-12-21 14:41:23 +01:00

10 lines
238 B
VimL

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<"