ci: type checking
Some checks failed
luarocks / quality (push) Has been cancelled
luarocks / publish (push) Has been cancelled

This commit is contained in:
Barrett Ruth 2026-03-01 17:28:00 -05:00
parent b905ed04ed
commit e1d7abf58e
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 16 additions and 5 deletions

View file

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