diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-21 11:02:41 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-21 11:02:41 +0100 |
commit | 192ad01ebdeae8916427fb74f21c03a774d2b3a6 (patch) | |
tree | 654db182ae6f691d2bff8f906e7401adf440cbc0 /docs/user | |
parent | 4c6c4f3fd59fe2c7cfcdcedd994f815249ca5aca (diff) | |
parent | 0f49fd818b67ece2c33d818d68af6ad5c00dd51b (diff) |
Merge #4070
4070: docs(readme): improve user docs r=matklad a=fannheyward
cleanup unavailable configurations/commands
Co-authored-by: Heyward Fann <[email protected]>
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/readme.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 77cdd5e1c..13ab2acc2 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -158,8 +158,8 @@ The are several LSP client implementations for vim: | |||
158 | 2. Run `:CocInstall coc-rust-analyzer` to install | 158 | 2. Run `:CocInstall coc-rust-analyzer` to install |
159 | https://github.com/fannheyward/coc-rust-analyzer[coc-rust-analyzer], | 159 | https://github.com/fannheyward/coc-rust-analyzer[coc-rust-analyzer], |
160 | this extension implements _most_ of the features supported in the VSCode extension: | 160 | this extension implements _most_ of the features supported in the VSCode extension: |
161 | * same configurations as VSCode extension, `rust-analyzer.serverPath`, `rust-analyzer.enableCargoWatchOnStartup` etc. | 161 | * same configurations as VSCode extension, `rust-analyzer.serverPath`, `rust-analyzer.cargo.features` etc. |
162 | * same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.startCargoWatch` etc. | 162 | * same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.ssr` etc. |
163 | * highlighting and inlay_hints are not implemented yet | 163 | * highlighting and inlay_hints are not implemented yet |
164 | 164 | ||
165 | ==== LanguageClient-neovim | 165 | ==== LanguageClient-neovim |