Skip to content

Commit c2425fd

Browse files
Merge #4216
4216: docs(user): method chaining hints support r=flodiebold a=fannheyward fannheyward/coc-rust-analyzer#177 (comment) <img width="490" alt="" src="https://user-images.githubusercontent.com/345274/80584717-acd0dd80-8a44-11ea-9505-c408a259a5b5.png"> Co-authored-by: Heyward Fann <fannheyward@gmail.com>
2 parents 913eff5 + 2e4ce53 commit c2425fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/user/readme.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,15 @@ The are several LSP client implementations for vim:
169169

170170
1. Install coc.nvim by following the instructions at
171171
https://github.com/neoclide/coc.nvim[coc.nvim]
172-
(nodejs required)
172+
(Node.js required)
173173
2. Run `:CocInstall coc-rust-analyzer` to install
174174
https://github.com/fannheyward/coc-rust-analyzer[coc-rust-analyzer],
175175
this extension implements _most_ of the features supported in the VSCode extension:
176+
* automatically install and upgrade stable/nightly releases
176177
* same configurations as VSCode extension, `rust-analyzer.serverPath`, `rust-analyzer.cargo.features` etc.
177178
* same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.ssr` etc.
178-
* highlighting and inlay_hints are not implemented yet
179+
* inlay hints for method chaining support, _Neovim Only_
180+
* semantic highlighting is not implemented yet
179181

180182
==== LanguageClient-neovim
181183

0 commit comments

Comments
 (0)