vim-polyglot/indent/velocity.vim

10 lines
155 B
VimL
Raw Normal View History

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vm') == -1
2014-12-22 16:01:38 -05:00
if exists("b:did_indent")
finish
endif
runtime! indent/html.vim
endif