Files
vim-polyglot/indent/velocity.vim
2019-09-06 15:54:31 +02:00

8 lines
151 B
VimL

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