conf2/zsh/.oh-my-zsh/plugins/cargo/README.md

12 lines
311 B
Markdown
Raw Normal View History

2019-01-12 15:47:23 +00:00
# cargo
2019-10-24 19:09:05 +00:00
This plugin adds completion for the Rust build tool [`Cargo`](https://github.com/rust-lang/cargo).
2019-01-12 15:47:23 +00:00
To use it, add `cargo` to the plugins array in your zshrc file:
```zsh
plugins=(... cargo)
```
2019-10-24 19:09:05 +00:00
Updated on March 3rd, 2019, from [Cargo 0.34.0](https://github.com/rust-lang/cargo/releases/tag/0.34.0).