Files
vim-polyglot/ftplugin/vlang.vim

7 lines
122 B
VimL

if !polyglot#util#IsEnabled('v', expand('<sfile>:p'))
finish
endif
setlocal commentstring=//\ %s
setlocal makeprg=v\ %