From 2e4ce5390c7c990ee503d9c24042194054efed51 Mon Sep 17 00:00:00 2001 From: Heyward Fann Date: Thu, 30 Apr 2020 11:38:20 +0800 Subject: docs(user): method chaining hints support https://github.com/fannheyward/coc-rust-analyzer/issues/177#issuecomment-621109410 --- docs/user/readme.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/user') diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 8b80a7df7..54342026b 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 -- cgit v1.2.3