add gebug plugin

This commit is contained in:
Moshe Beladev 2021-01-19 22:41:21 +02:00
commit 2a99e472e1
2 changed files with 24 additions and 0 deletions

10
plugins/gebug/README.md Normal file
View file

@ -0,0 +1,10 @@
# Gebug plugin
This plugin adds completion for [Gebug](https://github.com/moshebe/gebug), the tool that make debugging of Dockerized Go applications super easy by enabling Debugger and Hot-Reload features.
To use it, add `gebug` to the plugins array in your zshrc file:
```zsh
plugins=(... gebug)
```