Add YouCompleteMe as a LSP option for vim/neovim#4098
Add YouCompleteMe as a LSP option for vim/neovim#4098bors[bot] merged 1 commit intorust-lang:masterfrom weihanglo:patch-1
Conversation
|
bors r+ Thanks! |
|
Build succeeded: |
|
Isn't YCM the one that doesn't support snippet completions? 😬 |
|
It is one, but it probably supports other features (like goto def), and having it in the manual makes fixing the underlying issue on our side more likely :) |
Yes, but since #4117, this isn't a showstopper (thanks to @matklad). Everything that I bothered to test worked as intended. However, the link in this PR is bad, as it explains how to set RLS up. The rust-analyzer guide is here. @matklad Do you want me to submit another PR to fix this? |
Yup, that would be helpful! To be fair, I just blindly merge all PRs regarding vim installation instructions without deep inspection, as I don't know a lot about them, and there are many options for vim. |
|
Sorry for the bad link. @bstaletic is right. We do not need |
As YouCompleteMe supports arbitrary LSP implementation, it could be added to the list of vim LSP implementation. It works like a charm.