mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
fix(ui): running tasks are now less twitchy
This commit is contained in:
parent
c7298a10db
commit
7613ab2abb
3 changed files with 24 additions and 5 deletions
|
@ -24,6 +24,9 @@ return {
|
|||
},
|
||||
{
|
||||
filter = function(plugin)
|
||||
if plugin._.working then
|
||||
return true
|
||||
end
|
||||
return has_task(plugin, function(task)
|
||||
return task:is_running()
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue