summaryrefslogtreecommitdiffstats
path: root/ftplugin/ansible.vim
blob: 1f83ddf7fe588d499d7b5f55bda70f7348df581c (plain) (blame)
1
2
3
4
5
6
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1

set isfname+=@-@
set path+=./../templates,./../files,templates,files

endif