vim-polyglot/indent/velocity.vim

10 lines
160 B
VimL
Raw Permalink Normal View History

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