mirror of
https://github.com/amix/vimrc
synced 2025-07-09 10:45:00 +08:00
Add support with Go language.
This commit is contained in:
7
sources_non_forked/vim-go/ftplugin/gohtmltmpl.vim
Normal file
7
sources_non_forked/vim-go/ftplugin/gohtmltmpl.vim
Normal file
@ -0,0 +1,7 @@
|
||||
if exists("b:did_ftplugin")
|
||||
finish
|
||||
endif
|
||||
|
||||
runtime! ftplugin/html.vim
|
||||
|
||||
" vim: sw=2 ts=2 et
|
Reference in New Issue
Block a user