ohmyzsh/plugins/rustup/README.md
2024-12-06 17:37:42 +08:00

9 lines
No EOL
221 B
Markdown

# 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)
```