10 lines
185 B
VimL
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
|