vim-polyglot/ftplugin/ansible.vim
2015-12-17 10:49:17 +01:00

9 lines
212 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1
" Slow yaml highlighting workaround
if exists('+regexpengine') && ('&regexpengine' == 0)
setlocal regexpengine=1
endif
endif