mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 01:02:09 +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: ~
|
||||
(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()*
|
||||
Implements 'omnifunc' compatible LSP completion.
|
||||
|
||||
|
@@ -289,6 +289,7 @@ end
|
||||
|
||||
local changetracking = {}
|
||||
do
|
||||
--@private
|
||||
--- client_id → state
|
||||
---
|
||||
--- state
|
||||
|
Reference in New Issue
Block a user