mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
10 lines
160 B
VimL
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
|