diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-12-24 06:29:02 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-24 06:29:02 +0000 |
commit | 2c843c477615d46372ae0ffc4a1ab5c622bd2995 (patch) | |
tree | c27956d800f3dbc0d72d78e59409e5a8b90f0a59 /docs/user/manual.adoc | |
parent | a82c2445be5fbd9ef6ff8a60326d60ae97c122bb (diff) | |
parent | b1ec22c87947889ec7dfd8b8fda7bdd70fdb2d2c (diff) |
Merge #7026
7026: chore: update coc-rust-analyzer inlay hints support r=lnicola a=fannheyward
coc-rust-analyzer now supports inlay hints for variables and method chaining.
Co-authored-by: Heyward Fann <[email protected]>
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index e3082d584..d4121b401 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -218,7 +218,7 @@ The are several LSP client implementations for vim or neovim: | |||
218 | * automatically install and upgrade stable/nightly releases | 218 | * automatically install and upgrade stable/nightly releases |
219 | * same configurations as VSCode extension, `rust-analyzer.serverPath`, `rust-analyzer.cargo.features` etc. | 219 | * same configurations as VSCode extension, `rust-analyzer.serverPath`, `rust-analyzer.cargo.features` etc. |
220 | * same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.ssr` etc. | 220 | * same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.ssr` etc. |
221 | * inlay hints for method chaining support, _Neovim Only_ | 221 | * inlay hints for variables and method chaining, _Neovim Only_ |
222 | * semantic highlighting is not implemented yet | 222 | * semantic highlighting is not implemented yet |
223 | 223 | ||
224 | ==== LanguageClient-neovim | 224 | ==== LanguageClient-neovim |