aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/_meta.lua
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2024-10-29 09:51:14 +0000
committerGitHub <noreply@github.com>2024-10-29 09:51:14 +0000
commit2cd6abf0d7b1fb0ff71c2cb75913170025f8c915 (patch)
treefe906621455c9070d43fc2095a02e3cfc32c70f4 /runtime/lua/vim/lsp/_meta.lua
parent8f9401f5c80a8a72128b8bd8279689daf13f3a04 (diff)
parent8260e4860b27a54a061bd8e2a9da23069993953a (diff)
downloadrneovim-2cd6abf0d7b1fb0ff71c2cb75913170025f8c915.tar.gz
rneovim-2cd6abf0d7b1fb0ff71c2cb75913170025f8c915.tar.bz2
rneovim-2cd6abf0d7b1fb0ff71c2cb75913170025f8c915.zip
Merge pull request #30935 from lewis6991/feat/lsp_multi_hover
Diffstat (limited to 'runtime/lua/vim/lsp/_meta.lua')
-rw-r--r--runtime/lua/vim/lsp/_meta.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/lsp/_meta.lua b/runtime/lua/vim/lsp/_meta.lua
index be3222828d..589a49c003 100644
--- a/runtime/lua/vim/lsp/_meta.lua
+++ b/runtime/lua/vim/lsp/_meta.lua
@@ -2,6 +2,7 @@
error('Cannot require a meta file')
---@alias lsp.Handler fun(err: lsp.ResponseError?, result: any, context: lsp.HandlerContext, config?: table): ...any
+---@alias lsp.MultiHandler fun(results: table<integer,{err: lsp.ResponseError?, result: any}>, context: lsp.HandlerContext, config?: table): ...any
---@class lsp.HandlerContext
---@field method string