Add go-swagger autocompletion

This commit is contained in:
Denis Titusov 2019-10-06 17:08:43 +03:00
commit cb6f235a2b
No known key found for this signature in database
GPG key ID: 66C2C708CF048CCC
2 changed files with 290 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# Go-swagger plugin
This plugin adds completion for [go-swagger](https://github.com/go-swagger/go-swagger).
To use it, add `go-swagger` to the plugins array in your zshrc file:
```zsh
plugins=(... go-swagger)
```
## Origins
This autocompletion plugins is taken from official [go-swagger repo](https://github.com/go-swagger/go-swagger/blob/master/cmd/swagger/completion/swagger.zsh-completion).