vagrant/contrib
Thomas Reifenberger 52bf853cee Add completion for snapshot names for vagrant snapshot restore|delete
- Note that this does not cover additional options like --no-provision
- It is also a bit slow, as `vagrant snapshot list` is used to gather
  the data
2017-10-13 12:59:01 +02:00
..
bash Add completion for snapshot names for vagrant snapshot restore|delete 2017-10-13 12:59:01 +02:00
emacs Emacs Vagrantfile config 2011-01-05 17:13:30 -08:00
st ST3 Vagrantfile syntax highlighting 2014-03-10 11:16:36 -04:00
sudoers Update sudoers file for SUSE 2017-09-09 11:52:19 +02:00
vim README in contrib directory 2011-01-05 17:06:58 -08:00
README.md Document missing sudoers item 2015-11-27 09:49:38 +01:00

README.md

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

  • bash - Contains a bash script for improving autocompletion with bash.
  • emacs - Contains a file for enabling Ruby syntax highlighting for Vagrantfiles in emacs.
  • st - Contains a .sublime-settings file for enabling Ruby syntax highlighting for Vagrantfiles in Sublime Text.
  • sudoers - Contains the pieces of /etc/sudoers configuration to avoid password entry when starting machines.
  • vim - Contains a .vim file for enabling Ruby syntax highlighting for Vagrantfiles in vim.