disable message when change detected in lazy

This commit is contained in:
Oliver Hartmann 2023-06-14 12:23:53 +02:00
parent 91e8fc21f2
commit d7f21fb86f

View File

@ -15,11 +15,9 @@ require('lazy').setup({
spec = {
import = 'plugins'
},
checker = {
-- automatically check for plugin updates
enabled = false,
concurrency = nil, ---@type number? set to 1 to check for updates very slowly
notify = false, -- get a notification when new updates are found
frequency = 3600, -- check for updates every hour
change_detection = {
-- automatically check for config file changes and reload the ui
enabled = true,
notify = false, -- get a notification when changes are found
},
})