mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
feat: lazy caching now works with functions that have upvalues
This commit is contained in:
parent
48199f8031
commit
fe33e4e3dd
9 changed files with 161 additions and 187 deletions
|
@ -66,11 +66,6 @@ function M.run(operation, opts, filter)
|
|||
runner:wait(on_done)
|
||||
end)
|
||||
|
||||
-- auto show if there are tasks running
|
||||
if opts.show == nil then
|
||||
require("lazy.view").show()
|
||||
end
|
||||
|
||||
if opts.wait then
|
||||
runner:wait()
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue