summaryrefslogtreecommitdiff
path: root/plugins/vagrant/README.md
blob: 5978c2f5368acd63e736eb237bef2d788bf0b842 (plain)
1
2
3
4
5
6
7
8
9
# Vagrant plugin

This plugin adds completion for [Vagrant](https://www.vagrantup.com/)

To use it, add `vagrant` to the plugins array in your zshrc file:

```zsh
plugins=(... vagrant)
```