blob: 946cf38dd84f7d809982ecd42a0e15477c57087f (
plain)
1
2
3
4
5
6
7
8
9
|
# Buf plugin
This plugin adds completion for [Buf CLI](https://github.com/bufbuild/buf), a tool working with Protocol Buffers.
To use it, add `buf` to the plugins array in your zshrc file:
```zsh
plugins=(... buf)
```
|