File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -169,13 +169,15 @@ The are several LSP client implementations for vim:
169
169
170
170
1. Install coc.nvim by following the instructions at
171
171
https://github.com/neoclide/coc.nvim[coc.nvim]
172
- (nodejs required)
172
+ (Node.js required)
173
173
2. Run `:CocInstall coc-rust-analyzer` to install
174
174
https://github.com/fannheyward/coc-rust-analyzer[coc-rust-analyzer],
175
175
this extension implements _most_ of the features supported in the VSCode extension:
176
+ * automatically install and upgrade stable/nightly releases
176
177
* same configurations as VSCode extension, `rust-analyzer.serverPath`, `rust-analyzer.cargo.features` etc.
177
178
* 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
179
181
180
182
==== LanguageClient-neovim
181
183
You can’t perform that action at this time.
0 commit comments