vim-polyglot/indent/velocity.vim
2019-03-04 09:28:35 +01:00

10 lines
160 B
VimL

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