vim-polyglot/ftplugin/nginx.vim
Adam Stankiewicz 0801eac01a
Update
2017-03-23 11:28:28 +01:00

10 lines
185 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
setlocal commentstring=#\ %s
setlocal iskeyword+=.
setlocal iskeyword+=/
setlocal iskeyword+=:
endif