Unnamed repository; edit this file 'description' to name the repository.
Merge #11514
11514: chore(manual): update coc-rust-analyzer manual r=Veykril a=fannheyward Semantic tokens highlighting is added in coc.nvim now. Co-authored-by: Heyward Fann <[email protected]>
bors[bot] 2022-02-21
parent d6ed146 · parent 1988ea2 · commit c149c36
-rw-r--r--docs/user/manual.adoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index c631ae4655..5f725f865a 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -240,7 +240,6 @@ The are several LSP client implementations for vim or neovim:
* same configurations as VSCode extension, `rust-analyzer.server.path`, `rust-analyzer.cargo.features` etc.
* same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.ssr` etc.
* inlay hints for variables and method chaining, _Neovim Only_
- * semantic highlighting is not implemented yet
Note: for code actions, use `coc-codeaction-cursor` and `coc-codeaction-selected`; `coc-codeaction` and `coc-codeaction-line` are unlikely to be useful.