summaryrefslogtreecommitdiff
path: root/plugins/buf/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/buf/README.md')
-rw-r--r--plugins/buf/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/buf/README.md b/plugins/buf/README.md
new file mode 100644
index 000000000..946cf38dd
--- /dev/null
+++ b/plugins/buf/README.md
@@ -0,0 +1,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)
+``` \ No newline at end of file