vim-polyglot/ftplugin/nginx.vim

6 lines
118 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
endif