vim-polyglot/indent/gohtmltmpl.vim

10 lines
153 B
VimL
Raw Normal View History

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'go') == -1
2015-05-11 09:05:13 -04:00
if exists("b:did_indent")
finish
endif
runtime! indent/html.vim
endif