README.md 217 Bytes
Newer Older
Marc Cornellà's avatar
Marc Cornellà committed
1
# compleat plugin
2

Marc Cornellà's avatar
Marc Cornellà committed
3
This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion.
4

Marc Cornellà's avatar
Marc Cornellà committed
5
To use it, add compleat to the plugins array in your zshrc file:
6
7

```zsh
8
plugins=(... compleat)
Marc Cornellà's avatar
Marc Cornellà committed
9
```