fix(lsp): use LSP method type in more places (#36069)

This commit is contained in:
Maria Solano
2025-10-07 08:17:40 -07:00
committed by GitHub
parent a4006360f1
commit 006101360d
5 changed files with 9 additions and 8 deletions

View File

@@ -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