diff options
author | Florian Diebold <[email protected]> | 2021-03-06 10:35:04 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2021-03-06 10:35:04 +0000 |
commit | d6094c70fb8d0abbaa81d0014fc57129f716de23 (patch) | |
tree | 23b8a69d741e88635d9f45093207195a201d2798 /docs | |
parent | 750d3cb84678b23a55092f2e4726e48ead37a9ff (diff) |
Add a line about code action commands to the CoC section of the docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/manual.adoc | 2 |
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 | ||
229 | Note: 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 | ||
231 | 1. Install LanguageClient-neovim by following the instructions | 233 | 1. Install LanguageClient-neovim by following the instructions |