vim-polyglot/indent/gohtmltmpl.vim
2015-07-18 23:05:45 +02:00

10 lines
153 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'go') == -1
if exists("b:did_indent")
finish
endif
runtime! indent/html.vim
endif