summaryrefslogtreecommitdiff
path: root/plugins/rust/README.md
blob: 83d7d91ba23ac1ddd787165b72a2808c5fd70a26 (plain)
1
2
3
4
5
6
7
8
9
# rust

This plugin adds completion for [`rustc`](https://doc.rust-lang.org/rustc/index.html), the compiler for the Rust programming language.

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

```zsh
plugins=(... rust)
```