2015-12-17 04:48:07 -05:00
|
|
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1
|
|
|
|
|
|
|
|
" Slow yaml highlighting workaround
|
|
|
|
if exists('+regexpengine') && ('®expengine' == 0)
|
|
|
|
setlocal regexpengine=1
|
|
|
|
endif
|
2018-04-30 15:00:42 -04:00
|
|
|
set isfname+=@-@
|
2017-12-30 05:10:32 -05:00
|
|
|
set path+=./../templates,./../files,templates,files
|
2015-12-17 04:48:07 -05:00
|
|
|
|
|
|
|
endif
|