7888: Add a line about code action commands to the CoC section of the docs r=lnicola a=flodiebold



Co-authored-by: Florian Diebold <flodiebold@gmail.com>
This commit is contained in:
bors[bot] 2021-03-06 10:38:57 +00:00 committed by GitHub
commit cd60c4f76c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,6 +226,8 @@ The are several LSP client implementations for vim or neovim:
* 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.
==== LanguageClient-neovim
1. Install LanguageClient-neovim by following the instructions