DEV Community

Discussion on: Configure neovim for rust development

Collapse
 
thefern profile image
Fernando B 🚀

New rust user here, tempting to update nvim to 0.5.0 but don't want to break current functionality, are there any other ways pre 0.5.0? I use deoplete for python, c, c++.

Collapse
 
betoissues profile image
Alberto Castillo G.

Hi, I'm using 0.4.3 and I currently use autozimu/LanguageClient-neovim plugin. It already has direct integration with deoplete and can connect to any Language Server, for Rust you only need rls installed and provide the server initialization command. You'll find the Rust setup in the repo readme.

Collapse
 
thefern profile image
Fernando B 🚀

Thanks for the tip! I'll try that this weekend for sure. Saludos!