Skip to content

Commit 3b46160

Browse files
committed
feat(ui): added new section specifically for updates
1 parent 7d20364 commit 3b46160

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lua/lazy/view/sections.lua

+7
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ return {
6060
end,
6161
title = "Installed",
6262
},
63+
{
64+
---@param plugin LazyPlugin
65+
filter = function(plugin)
66+
return plugin._.has_updates
67+
end,
68+
title = "Updates",
69+
},
6370
{
6471
filter = function(plugin)
6572
return has_task(plugin, function(task)

0 commit comments

Comments
 (0)