diff options
author | Boris Staletic <[email protected]> | 2020-04-29 11:50:54 +0100 |
---|---|---|
committer | Boris Staletic <[email protected]> | 2020-04-29 11:50:54 +0100 |
commit | 6b0be2f67fc98748980079eed4a5749c54f7ce7e (patch) | |
tree | 4f5796857c9293c5e6cae34bfda75d1fed9cfb09 /docs | |
parent | c3dfeba165e4d13821bba34d21cdc5242ea2fa71 (diff) |
Fix YouComplteMe instructions link
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 | + |