mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 05:46:12 +00:00
fix(lsp): use LSP method type in more places (#36069)
This commit is contained in:
@@ -5,7 +5,7 @@ error('Cannot require a meta file')
|
||||
---@alias lsp.MultiHandler fun(results: table<integer,{err: lsp.ResponseError?, result: any, context: lsp.HandlerContext}>, context: lsp.HandlerContext, config?: table): ...any
|
||||
|
||||
---@class lsp.HandlerContext
|
||||
---@field method string
|
||||
---@field method vim.lsp.protocol.Method
|
||||
---@field client_id integer
|
||||
---@field bufnr? integer
|
||||
---@field params? any
|
||||
|
Reference in New Issue
Block a user