Skip to content

Commit

Permalink
feat(ui): added new section specifically for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 27, 2022
1 parent 7d20364 commit 3b46160
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/lazy/view/sections.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3b46160

Please sign in to comment.