Add docs for most vim.lsp methods

Most of the lsp.log will be addressed in a separate PR.
This commit is contained in:
Patrice Peterson
2020-08-19 18:17:08 +02:00
parent 8c49e3d509
commit ac05343a10
11 changed files with 1238 additions and 465 deletions

View File

@@ -203,10 +203,10 @@ Integer nvim_get_hl_id_by_name(String name)
/// flags. This is a blocking call, unlike |nvim_input()|.
///
/// On execution error: does not fail, but updates v:errmsg.
//
// If you need to input sequences like <C-o> use nvim_replace_termcodes
// to replace the termcodes and then pass the resulting string to
// nvim_feedkeys. You'll also want to enable escape_csi.
///
/// If you need to input sequences like <C-o> use |nvim_replace_termcodes|
/// to replace the termcodes and then pass the resulting string to
/// nvim_feedkeys. You'll also want to enable escape_csi.
///
/// Example:
/// <pre>