Add support for vagrant
This commit is contained in:
parent
75acfc67ff
commit
9a3c996d3d
1 changed files with 6 additions and 0 deletions
|
@ -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}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue