diff --git a/home/apps/nvim/lua/config/lazy.lua b/home/apps/nvim/lua/config/lazy.lua index a5128b6..23285f6 100644 --- a/home/apps/nvim/lua/config/lazy.lua +++ b/home/apps/nvim/lua/config/lazy.lua @@ -24,6 +24,9 @@ require("lazy").setup({ version = false, -- always use the latest git commit }, install = { colorscheme = { "catppuccin" } }, + change_detection = { + notify = false, + }, checker = { enabled = true }, -- automatically check for plugin updates performance = { rtp = {