diff options
Diffstat (limited to 'ftplugin/ansible.vim')
-rw-r--r-- | ftplugin/ansible.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/ansible.vim b/ftplugin/ansible.vim index df766194..bbfd05df 100644 --- a/ftplugin/ansible.vim +++ b/ftplugin/ansible.vim @@ -4,5 +4,6 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1 if exists('+regexpengine') && ('®expengine' == 0) setlocal regexpengine=1 endif +set path+=./../templates,./../files endif |