mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs: regenerate (#15324)
Co-authored-by: marvim <marvim@users.noreply.github.com>
This commit is contained in:
parent
0e9d97896a
commit
3cacd108d0
@ -1805,6 +1805,9 @@ apply_text_edits({text_edits}, {bufnr})
|
||||
{text_edits} (table) list of `TextEdit` objects
|
||||
{buf_nr} (number) Buffer id
|
||||
|
||||
See also: ~
|
||||
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textEdit
|
||||
|
||||
*vim.lsp.util.apply_workspace_edit()*
|
||||
apply_workspace_edit({workspace_edit})
|
||||
Applies a `WorkspaceEdit` .
|
||||
@ -1833,6 +1836,9 @@ buf_highlight_references({bufnr}, {references})
|
||||
{references} List of `DocumentHighlight` objects to
|
||||
highlight
|
||||
|
||||
See also: ~
|
||||
https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#documentHighlight
|
||||
|
||||
buf_lines({bufnr}) *vim.lsp.util.buf_lines()*
|
||||
TODO: Documentation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user