mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
feat: rewrite of spec resolving
This commit is contained in:
parent
8d35e60eeb
commit
75ffe56f70
9 changed files with 558 additions and 429 deletions
|
@ -93,7 +93,7 @@ function M.pretty_trace(opts)
|
|||
end
|
||||
|
||||
---@generic R
|
||||
---@param fn fun():R
|
||||
---@param fn fun():R?
|
||||
---@param opts? string|{msg:string, on_error:fun(msg)}
|
||||
---@return R
|
||||
function M.try(fn, opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue