aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorMaria José Solano <majosolano99@gmail.com>2024-02-10 14:03:44 -0800
committerMaria José Solano <majosolano99@gmail.com>2024-02-10 20:05:47 -0800
commitc73d67d283c296bdb7a44a0283346e7b61d837f0 (patch)
treefb36cf4ac5b37d914df770361e128b20eb4914dd /runtime/doc
parent8e739af064dec28886694aa448f60a570acd2173 (diff)
downloadrneovim-c73d67d283c296bdb7a44a0283346e7b61d837f0.tar.gz
rneovim-c73d67d283c296bdb7a44a0283346e7b61d837f0.tar.bz2
rneovim-c73d67d283c296bdb7a44a0283346e7b61d837f0.zip
refactor(lsp): add type annotations
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index dd3ef9cbc8..a3085cd827 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -1415,8 +1415,9 @@ on_publish_diagnostics({_}, {result}, {ctx}, {config})
<
Parameters: ~
+ • {result} (`lsp.PublishDiagnosticsParams`)
• {ctx} (`lsp.HandlerContext`)
- • {config} (`table`) Configuration table (see
+ • {config} (`vim.diagnostic.Opts?`) Configuration table (see
|vim.diagnostic.config()|).