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 <fannheyward@users.noreply.github.com>
This commit is contained in:
bors[bot] 2020-12-24 06:29:02 +00:00 committed by GitHub
commit 2c843c4776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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