mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
feat: check outdated pinned plugins
This commit is contained in:
parent
c6d4613837
commit
67cdcf97b1
5 changed files with 17 additions and 1 deletions
|
@ -119,6 +119,7 @@ M.defaults = {
|
|||
concurrency = nil, ---@type number? set to 1 to check for updates very slowly
|
||||
notify = true, -- get a notification when new updates are found
|
||||
frequency = 3600, -- check for updates every hour
|
||||
check_pinned = false, -- check for pinned packages that can't be updated
|
||||
},
|
||||
change_detection = {
|
||||
-- automatically check for config file changes and reload the ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue