mirror of https://github.com/folke/lazy.nvim.git
feat(ui): added new section specifically for updates
This commit is contained in:
parent
7d20364dba
commit
3b46160c01
|
@ -60,6 +60,13 @@ return {
|
|||
end,
|
||||
title = "Installed",
|
||||
},
|
||||
{
|
||||
---@param plugin LazyPlugin
|
||||
filter = function(plugin)
|
||||
return plugin._.has_updates
|
||||
end,
|
||||
title = "Updates",
|
||||
},
|
||||
{
|
||||
filter = function(plugin)
|
||||
return has_task(plugin, function(task)
|
||||
|
|
Loading…
Reference in New Issue