diff options
| author | Heyward Fann <fannheyward@users.noreply.github.com> | 2020-12-24 11:38:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-24 11:38:01 +0800 |
| commit | b1ec22c87947889ec7dfd8b8fda7bdd70fdb2d2c (patch) | |
| tree | c27956d800f3dbc0d72d78e59409e5a8b90f0a59 | |
| parent | a82c2445be5fbd9ef6ff8a60326d60ae97c122bb (diff) | |
| download | rust-b1ec22c87947889ec7dfd8b8fda7bdd70fdb2d2c.tar.gz rust-b1ec22c87947889ec7dfd8b8fda7bdd70fdb2d2c.zip | |
Update 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 e3082d5842d..d4121b4011f 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: * automatically install and upgrade stable/nightly releases * same configurations as VSCode extension, `rust-analyzer.serverPath`, `rust-analyzer.cargo.features` etc. * same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.ssr` etc. - * inlay hints for method chaining support, _Neovim Only_ + * inlay hints for variables and method chaining, _Neovim Only_ * semantic highlighting is not implemented yet ==== LanguageClient-neovim |
