mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
feat(ui): show new version that is available instead of general message
This commit is contained in:
parent
a9de5910f2
commit
34e2c78e06
6 changed files with 20 additions and 11 deletions
|
@ -63,7 +63,7 @@ return {
|
|||
{
|
||||
---@param plugin LazyPlugin
|
||||
filter = function(plugin)
|
||||
return plugin._.has_updates
|
||||
return plugin._.updates
|
||||
end,
|
||||
title = "Updates",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue