Skip to content

vim-scripts/vim-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-vagrant

This plugin adds a :Vagrant command that runs vagrant, with tab completion of subcommands. It also sets up Vagrantfiles to be highlighted as Ruby.

Installation

With pathogen.vim just do:

cd ~/.vim/bundle
git clone git://github.com/markcornick/vim-vagrant.git

If you prefer to use something besides pathogen, go ahead.

Credits

Written by Mark Cornick mark@cornick.io. I fumbled my way through VimL by reading @tpope's code, so thanks to him.

Licensed under the MIT license.