@@ -19,6 +19,10 @@ if executable('sbt')
Plug 'derekwyatt/vim-scala'
endif
+if executable('ansible')
+ Plug 'pearofducks/ansible-vim'
+endif
+
Plug 'trusktr/seti.vim'
call plug#end()