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++.
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.
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++.
Hi, I'm using 0.4.3 and I currently use
autozimu/LanguageClient-neovimplugin. It already has direct integration with deoplete and can connect to any Language Server, for Rust you only needrlsinstalled and provide the server initialization command. You'll find the Rust setup in the repo readme.Thanks for the tip! I'll try that this weekend for sure. Saludos!