dotfiles/vim/bundle/vim-go/ftplugin/gohtmltmpl.vim
Florent Demuynck 50ecd1c673 add vim-go
2017-04-19 17:18:13 +02:00

9 lines
125 B
VimL

if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal commentstring=<!--\ %s\ -->
" vim: sw=2 ts=2 et