Files
vim-polyglot/indent/velocity.vim

10 lines
146 B
VimL

if !polyglot#util#IsEnabled('velocity', expand('<sfile>:p'))
finish
endif
if exists("b:did_indent")
finish
endif
runtime! indent/html.vim