README in contrib directory

master
Mitchell Hashimoto 2011-01-05 17:06:58 -08:00
parent b6a6183d45
commit 7cfa2b6986
3 changed files with 12 additions and 1 deletions

View File

@ -7,6 +7,8 @@
- Boxes downloaded during `vagrant up` reload the Vagrantfile config, which
fixes a problem with box settings not being properly loaded. [GH-231]
- `config.ssh.forward_x11` to enable the ForwardX11 SSH option. [GH-255]
- Vagrant source now has a `contrib` directory where contributions of miscellaneous
addons for Vagrant will be added.
## 0.7.0.beta (December 24, 2010)

10
contrib/README.md Normal file
View File

@ -0,0 +1,10 @@
# Vagrant Contrib
Miscellaneous contributions which assist people in using Vagrant will
make their way into this directory. An up-to-date list of short descriptions
for each item will be kept below.
## List of Contrib Items
* `vim` - Contains a `.vim` file for enabling Ruby syntax highlighting
for `Vagrantfile`s.

View File

@ -7,4 +7,3 @@ augroup vagrant
au!
au BufRead,BufNewFile Vagrantfile set filetype=ruby
augroup END