mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Merge #4205
4205: Fix YouComplteMe instructions link r=matklad a=bstaletic Like I mentioned in #4098, the link to the instructions is for setting up RLS. This pull request fixes that mistake. Co-authored-by: Boris Staletic <boris.staletic@gmail.com>
This commit is contained in:
commit
69cf9fcc0a
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ let g:LanguageClient_serverCommands = {
|
|||
==== YouCompleteMe
|
||||
|
||||
1. Install YouCompleteMe by following the instructions
|
||||
https://ycm-core.github.io/YouCompleteMe/#rust-semantic-completion[here]
|
||||
https://github.com/ycm-core/lsp-examples#rust-rust-analyzer[here]
|
||||
|
||||
2. Configure by adding this to your vim/neovim config file (replacing the existing Rust-specific line if it exists):
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue