diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/readme.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 5a78f06a9..8b80a7df7 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -195,7 +195,7 @@ let g:LanguageClient_serverCommands = { | |||
195 | ==== YouCompleteMe | 195 | ==== YouCompleteMe |
196 | 196 | ||
197 | 1. Install YouCompleteMe by following the instructions | 197 | 1. Install YouCompleteMe by following the instructions |
198 | https://ycm-core.github.io/YouCompleteMe/#rust-semantic-completion[here] | 198 | https://github.com/ycm-core/lsp-examples#rust-rust-analyzer[here] |
199 | 199 | ||
200 | 2. Configure by adding this to your vim/neovim config file (replacing the existing Rust-specific line if it exists): | 200 | 2. Configure by adding this to your vim/neovim config file (replacing the existing Rust-specific line if it exists): |
201 | + | 201 | + |