Настройка neovim для работы с языком Rust


Neovim пока как и здесь


$ cargo new rusttests
$ cd rusttests
$ vi ./

https://rust-analyzer.github.io/manual.html#vimneovim


:CocInstall coc-rust-analyzer


$ rustup component add rustfmt
$ cargo fmt