diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-30 08:12:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 08:12:35 +0000 |
| commit | c2425fd88b13b8aeaaaca4e4933a647526f8511f (patch) | |
| tree | 08e4d9f734ec1555156b411bb4a61a971d02f3c8 /docs | |
| parent | 913eff5ad73ffc95e9b48b4905b9d823e74017d6 (diff) | |
| parent | 2e4ce5390c7c990ee503d9c24042194054efed51 (diff) | |
| download | rust-c2425fd88b13b8aeaaaca4e4933a647526f8511f.tar.gz rust-c2425fd88b13b8aeaaaca4e4933a647526f8511f.zip | |
Merge #4216
4216: docs(user): method chaining hints support r=flodiebold a=fannheyward https://github.com/fannheyward/coc-rust-analyzer/issues/177#issuecomment-621109410 <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>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/readme.adoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 8b80a7df7b6..54342026bd4 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc @@ -169,13 +169,15 @@ The are several LSP client implementations for vim: 1. Install coc.nvim by following the instructions at https://github.com/neoclide/coc.nvim[coc.nvim] - (nodejs required) + (Node.js required) 2. Run `:CocInstall coc-rust-analyzer` to install https://github.com/fannheyward/coc-rust-analyzer[coc-rust-analyzer], this extension implements _most_ of the features supported in the VSCode extension: + * 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. - * highlighting and inlay_hints are not implemented yet + * inlay hints for method chaining support, _Neovim Only_ + * semantic highlighting is not implemented yet ==== LanguageClient-neovim |
