Add vagrant-vbguest plugins recommendation to the README, group optional plugin steps #875
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As per the discussion in issue #800, some people find it useful to use the
vagrant-vbguest
plugin for Vagrant to keep VirtualBox Guest Additions versions synchronized between the host and guest. Doing so can sometimes prevent subtle shared folder errors and doesn't seem to interfere with VVV's own operation.This commit adds that plugin as a recommended installation step to the README. This commit also groups the three recommended plugins into a single logical step called "Optionally, install some convenient Vagrant plugins." Prior to this commit, each plugin was listed as its own step in the "first
vagrant up
" section of the README.