Files
ohmyzsh/plugins/buf
Carlo Sala 830a5bcfd2 fix: load completion files atomically (#14000)
Fixes #13964
 
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2026-08-22 17:24:24 +02:00
..
2024-10-17 10:00:29 +02: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)