# Buf plugin This plugin adds completion for [rustup](https://github.com/rust-lang/rustup), the Rust toolchain installer. To use it, add `rustup` to the plugins array in you rustup file: ```zsh plugins=(... rustup) ```