diff options
author | Heyward Fann <[email protected]> | 2020-04-21 10:54:13 +0100 |
---|---|---|
committer | Heyward Fann <[email protected]> | 2020-04-21 10:54:13 +0100 |
commit | 0f49fd818b67ece2c33d818d68af6ad5c00dd51b (patch) | |
tree | 654db182ae6f691d2bff8f906e7401adf440cbc0 /docs/user | |
parent | 4c6c4f3fd59fe2c7cfcdcedd994f815249ca5aca (diff) |
docs(readme): improve user docs
cleanup unavailable configurations/commands
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 |