aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-04-29 12:07:55 +0100
committerGitHub <[email protected]>2020-04-29 12:07:55 +0100
commit69cf9fcc0aa452f144a565760d161dde523abe08 (patch)
tree4f5796857c9293c5e6cae34bfda75d1fed9cfb09
parentc3dfeba165e4d13821bba34d21cdc5242ea2fa71 (diff)
parent6b0be2f67fc98748980079eed4a5749c54f7ce7e (diff)
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 <[email protected]>
-rw-r--r--docs/user/readme.adoc2
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
1971. Install YouCompleteMe by following the instructions 1971. 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
2002. Configure by adding this to your vim/neovim config file (replacing the existing Rust-specific line if it exists): 2002. Configure by adding this to your vim/neovim config file (replacing the existing Rust-specific line if it exists):
201+ 201+