mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
docs(lsp): prevent internal comments from showing as vim.lsp.init docs
This commit is contained in:
@@ -766,15 +766,6 @@ get_log_path() *vim.lsp.get_log_path()*
|
|||||||
Return: ~
|
Return: ~
|
||||||
(String) Path to logfile.
|
(String) Path to logfile.
|
||||||
|
|
||||||
init({client}, {bufnr}) *vim.lsp.init()*
|
|
||||||
client_id → state
|
|
||||||
|
|
||||||
state pending_change?: function that the timer starts to
|
|
||||||
trigger didChange pending_changes: list of tables with the
|
|
||||||
pending changesets; for incremental_sync only
|
|
||||||
use_incremental_sync: bool buffers?: table (bufnr → lines);
|
|
||||||
for incremental sync only timer?: uv_timer
|
|
||||||
|
|
||||||
omnifunc({findstart}, {base}) *vim.lsp.omnifunc()*
|
omnifunc({findstart}, {base}) *vim.lsp.omnifunc()*
|
||||||
Implements 'omnifunc' compatible LSP completion.
|
Implements 'omnifunc' compatible LSP completion.
|
||||||
|
|
||||||
|
@@ -289,6 +289,7 @@ end
|
|||||||
|
|
||||||
local changetracking = {}
|
local changetracking = {}
|
||||||
do
|
do
|
||||||
|
--@private
|
||||||
--- client_id → state
|
--- client_id → state
|
||||||
---
|
---
|
||||||
--- state
|
--- state
|
||||||
|
Reference in New Issue
Block a user