aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r--docs/user/manual.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 9f28237ff..4f2217546 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -226,6 +226,8 @@ The are several LSP client implementations for vim or neovim:
226 * inlay hints for variables and method chaining, _Neovim Only_ 226 * inlay hints for variables and method chaining, _Neovim Only_
227 * semantic highlighting is not implemented yet 227 * semantic highlighting is not implemented yet
228 228
229Note: for code actions, use `coc-codeaction-cursor` and `coc-codeaction-selected`; `coc-codeaction` and `coc-codeaction-line` are unlikely to be useful.
230
229==== LanguageClient-neovim 231==== LanguageClient-neovim
230 232
2311. Install LanguageClient-neovim by following the instructions 2331. Install LanguageClient-neovim by following the instructions