mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
10 lines
146 B
VimL
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
|