Add support for vagrant

This commit is contained in:
Martin Potier 2020-11-24 10:20:33 +02:00
parent 75acfc67ff
commit 9a3c996d3d
No known key found for this signature in database
GPG key ID: D4DD957DBA4AD89E

View file

@ -249,6 +249,12 @@ let
" Virtual Edit maaan
set ve=block
" Read Vagrantfile as ruby source
augroup vagrant
au!
au BufRead,BufNewFile Vagrantfile set filetype=ruby
augroup END
" Extra options
${extraOptions}
'';