blob: 630c91503428066bdae9752848f6460322dceedd (
plain)
1
2
3
4
5
6
7
8
|
# compleat plugin
This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion.
To use it, add compleat to the plugins array in your zshrc file:
```
plugins=(... compleat)
```
|