mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 12:38:33 +00:00
Add docs for most vim.lsp methods
Most of the lsp.log will be addressed in a separate PR.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user