Rust - Vim Setup For Dummies
Before any Gopher will start yell at me - no, I’m not bailing on Go, I’m just checking what other options I can have to build VSTs instead of C++…
Getting Vim to work with Rust⌗
I’ll try to be as quick as possible here:
- Get Vim (no doy…)
- Install Rust
- Install coc and rust vim with your favourite plugin manager
- Install Rust-analyzer
- Run in Vim:
CocInstall coc-rust-analyzer
- more info here - Add
let g:rustfmt_autosave = 1
to your.vimrc
to runrustfmt
(autoformatting) on save
At step 5, Vim might ask you to install some extra stuff - just roll with it!
If you have any questions, suggestions or anything else - grab me on linkedin!
Read other posts