summaryrefslogtreecommitdiffstats
path: root/ftplugin/vlang.vim
blob: 0aafeac5970d69a876de7d68de1eab76acf3ec2c (plain) (blame)
1
2
3
4
5
6
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'v') == -1

setlocal commentstring=//\ %s
setlocal makeprg=v\ %

endif