diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 06ad74e..7f48356 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -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 }, })