dotfiles/vim/pack/vendor/start/vim-go/ftplugin/gohtmltmpl.vim
Flo a81ab8698c Update vim and zshrc
* Use vim > 8 pack istead of pathogen
* ZSH : use p10k theme
2020-05-03 17:31:58 +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