docs(lsp): prevent internal comments from showing as vim.lsp.init docs

This commit is contained in:
Mathias Fussenegger
2021-08-16 20:24:30 +02:00
parent 4ba74953b5
commit c1e17866c8
2 changed files with 1 additions and 9 deletions

View File

@@ -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.

View File

@@ -289,6 +289,7 @@ end
local changetracking = {}
do
--@private
--- client_id → state
---
--- state