ohmyzsh/plugins/buf
2024-10-17 15:24:01 +08:00
..
buf.plugin.zsh feat: add the buf completion script to the same structure as in deno or gh plugins 2024-10-17 15:24:01 +08:00
README.md feat: add the buf completion script to the same structure as in deno or gh plugins 2024-10-17 15:24:01 +08:00

Buf plugin

This plugin adds completion for Buf CLI, a tool working with Protocol Buffers.

To use it, add buf to the plugins array in your zshrc file:

plugins=(... buf)