aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2024-02-11 11:42:21 +0000
committerGitHub <noreply@github.com>2024-02-11 11:42:21 +0000
commit8e86193502608c4a833f6996b942e8dd0eb8e476 (patch)
treefb84bd8ab82afc3938586a1d5e6c418cc8fd9330 /runtime/doc
parentd48f75e42e4c340f9c191c126d38aa9494741ccc (diff)
parenteac7e3fc6c738d7023c104f09341dbb10bf3c4bc (diff)
downloadrneovim-8e86193502608c4a833f6996b942e8dd0eb8e476.tar.gz
rneovim-8e86193502608c4a833f6996b942e8dd0eb8e476.tar.bz2
rneovim-8e86193502608c4a833f6996b942e8dd0eb8e476.zip
Merge pull request #27420 from MariaSolOs/warning-anxiety
refactor(lsp): fix type annotations and add shared diagnostic helper
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 8d525cc19c..9bfe21054c 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()|).