ci: type checking
This commit is contained in:
parent
b905ed04ed
commit
e1d7abf58e
3 changed files with 16 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ end
|
|||
|
||||
---@param bufnr integer
|
||||
---@param name string
|
||||
---@param error_parser fun(stderr: string, ctx: render.Context): vim.Diagnostic[]
|
||||
---@param error_parser fun(stderr: string, ctx: render.Context): render.Diagnostic[]
|
||||
---@param stderr string
|
||||
---@param ctx render.Context
|
||||
function M.set(bufnr, name, error_parser, stderr, ctx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue