compleat: add README (#8236)

master
Marc Cornellà 7 years ago committed by GitHub
commit 66bd299bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      plugins/compleat/README.md

@ -0,0 +1,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)
```
Loading…
Cancel
Save