README.md 260 Bytes
Newer Older
Bjorn Stange's avatar
Bjorn Stange committed
1
2
# Vagrant plugin

3
This plugin adds autocompletion for [Vagrant](https://www.vagrantup.com/) commands, task names, box names and built-in handy documentation.
Bjorn Stange's avatar
Bjorn Stange committed
4
5
6
7
8
9

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

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