From 7679a92627661ef2d6878079a5c53bf3669aabf7 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 17 Dec 2015 10:48:07 +0100 Subject: Add ansible support, closes #96 --- ftplugin/ansible.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ftplugin/ansible.vim (limited to 'ftplugin') diff --git a/ftplugin/ansible.vim b/ftplugin/ansible.vim new file mode 100644 index 00000000..df766194 --- /dev/null +++ b/ftplugin/ansible.vim @@ -0,0 +1,8 @@ +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 -- cgit v1.2.3