ohmyzsh/plugins/buf/README.md

9 lines
220 B
Markdown
Raw Permalink Normal View History

2024-10-17 01:00:29 -07:00
# 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)
```