mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Fix YouComplteMe instructions link
This commit is contained in:
parent
c3dfeba165
commit
6b0be2f67f
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