Files
vim-polyglot/indent/velocity.vim
2020-08-23 19:39:42 +02:00

10 lines
159 B
VimL

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