Neovim setup for Rust

I am a complete newbie with vim, etc and recently started with Rust. Can anyone help me set the Rust autosuggest like in IntelliJ?

You will first want to install coc, and then you can use coc-rust-analyzer.

1 Like

Jon Gjengset has more than you will ever want to know about setting up neovim and other tools for Rust development in his video presentation here:

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.