3e0c887365
I originally meant to run this before adding haproxy, but accidentally
pushed that into my branch. If you'd like to see that content, it's at
414ad25c3a
.
11 lines
281 B
VimL
11 lines
281 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
|
|
set isfname+=@-@
|
|
set path+=./../templates,./../files,templates,files
|
|
|
|
endif
|