From 6b0be2f67fc98748980079eed4a5749c54f7ce7e Mon Sep 17 00:00:00 2001 From: Boris Staletic Date: Wed, 29 Apr 2020 12:50:54 +0200 Subject: [PATCH] Fix YouComplteMe instructions link --- docs/user/readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 5a78f06a97f..8b80a7df7b6 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc @@ -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): +