mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
9 lines
212 B
VimL
9 lines
212 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1
|
|
|
|
" Slow yaml highlighting workaround
|
|
if exists('+regexpengine') && ('®expengine' == 0)
|
|
setlocal regexpengine=1
|
|
endif
|
|
|
|
endif
|