vim-polyglot/ftplugin/nginx.vim

10 lines
185 B
VimL
Raw Normal View History

2017-02-02 15:16:29 -05:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
setlocal commentstring=#\ %s
2017-03-23 06:28:19 -04:00
setlocal iskeyword+=.
setlocal iskeyword+=/
setlocal iskeyword+=:
2017-02-02 15:16:29 -05:00
endif