blob: af0e383beb0571e80d09e953d9d6aa0f2b4c4773 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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:
```zsh
plugins=(... compleat)
```
|