disable message when change detected in lazy
This commit is contained in:
parent
91e8fc21f2
commit
d7f21fb86f
@ -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
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user