diff options
| author | Heyward Fann <fannheyward@users.noreply.github.com> | 2022-02-21 11:04:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-21 11:04:39 +0800 |
| commit | 1988ea2b48d9cf709f9641e63a97de75908517cf (patch) | |
| tree | b3d2488055de788b8337d35b59ca5870804ab715 | |
| parent | d6ed146a1caa41c65a831efbc80d79067c8f5955 (diff) | |
| download | rust-1988ea2b48d9cf709f9641e63a97de75908517cf.tar.gz rust-1988ea2b48d9cf709f9641e63a97de75908517cf.zip | |
chore(manual): update coc-rust-analyzer manual
Semantic tokens highlighting is added now
| -rw-r--r-- | docs/user/manual.adoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index c631ae46554..5f725f865aa 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. |
