Files
vim-polyglot/ftplugin/vlang.vim
2019-12-07 17:39:31 +01:00

7 lines
135 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'v') == -1
setlocal commentstring=//\ %s
setlocal makeprg=v\ %
endif