feat(watson): add completion (#10886)

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
Till Backhaus 2022-12-16 12:46:34 +01:00 committed by GitHub
commit 13082bb159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 43 additions and 0 deletions

9
plugins/watson/README.md Normal file
View file

@ -0,0 +1,9 @@
# Watson
This plugin provides completion for [Watson](https://tailordev.github.io/Watson/).
To use it add `watson` to the plugins array in your zshrc file.
```zsh
plugins=(... watson)
```