mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
docs(lsp): remove vim.lsp.sync
The module is used internally and not intended to be used by plugins or users.
This commit is contained in:
parent
edf05b005f
commit
02d5a678fb
@ -2130,27 +2130,6 @@ start({cmd}, {cmd_args}, {dispatchers}, {extra_spawn_params})
|
|||||||
• `terminate()` terminates the RPC client.
|
• `terminate()` terminates the RPC client.
|
||||||
|
|
||||||
|
|
||||||
==============================================================================
|
|
||||||
Lua module: vim.lsp.sync *lsp-sync*
|
|
||||||
|
|
||||||
*vim.lsp.sync.compute_diff()*
|
|
||||||
compute_diff({___MissingCloseParenHere___})
|
|
||||||
Returns the range table for the difference between prev and curr lines
|
|
||||||
|
|
||||||
Parameters: ~
|
|
||||||
• {prev_lines} (table) list of lines
|
|
||||||
• {curr_lines} (table) list of lines
|
|
||||||
• {firstline} (integer) line to begin search for first difference
|
|
||||||
• {lastline} (integer) line to begin search in old_lines for
|
|
||||||
last difference
|
|
||||||
• {new_lastline} (integer) line to begin search in new_lines for
|
|
||||||
last difference
|
|
||||||
• {offset_encoding} (string) encoding requested by language server
|
|
||||||
|
|
||||||
Return: ~
|
|
||||||
(table) TextDocumentContentChangeEvent see https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocumentContentChangeEvent
|
|
||||||
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Lua module: vim.lsp.protocol *lsp-protocol*
|
Lua module: vim.lsp.protocol *lsp-protocol*
|
||||||
|
|
||||||
|
@ -222,7 +222,6 @@ CONFIG = {
|
|||||||
'util.lua',
|
'util.lua',
|
||||||
'log.lua',
|
'log.lua',
|
||||||
'rpc.lua',
|
'rpc.lua',
|
||||||
'sync.lua',
|
|
||||||
'protocol.lua',
|
'protocol.lua',
|
||||||
],
|
],
|
||||||
'files': [
|
'files': [
|
||||||
|
Loading…
Reference in New Issue
Block a user