diff options
| author | Maria José Solano <majosolano99@gmail.com> | 2024-02-10 14:03:44 -0800 |
|---|---|---|
| committer | Maria José Solano <majosolano99@gmail.com> | 2024-02-10 20:05:47 -0800 |
| commit | c73d67d283c296bdb7a44a0283346e7b61d837f0 (patch) | |
| tree | fb36cf4ac5b37d914df770361e128b20eb4914dd /runtime/doc | |
| parent | 8e739af064dec28886694aa448f60a570acd2173 (diff) | |
| download | rneovim-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.txt | 3 |
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()|). |