From fe63696997b7e7e24678ce6af10d8830c2998f93 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 14 Aug 2025 10:48:22 -0500 Subject: feat(nvim): remove plugin update notifications --- dot_config/nvim/lua/ibrahim/lazy_init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config') diff --git a/dot_config/nvim/lua/ibrahim/lazy_init.lua b/dot_config/nvim/lua/ibrahim/lazy_init.lua index 4d88957..a8c99c1 100644 --- a/dot_config/nvim/lua/ibrahim/lazy_init.lua +++ b/dot_config/nvim/lua/ibrahim/lazy_init.lua @@ -27,7 +27,7 @@ require("lazy").setup({ install = { colorscheme = { "rose-pine" } }, -- Configure any other settings here. See the documentation for more details. -- automatically check for plugin updates - checker = { enabled = true }, + checker = { enabled = false }, change_detection = { notify = false, } -- cgit v1.2.3