diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-08-14 10:48:22 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | fe63696997b7e7e24678ce6af10d8830c2998f93 (patch) | |
| tree | 9809e11877ae85377e280709e11d98ada3983ea5 /dot_config/nvim/lua/ibrahim/lazy_init.lua | |
| parent | add0927e759b2cefe12f643c222ee8a6afdd2298 (diff) | |
feat(nvim): remove plugin update notifications
Diffstat (limited to 'dot_config/nvim/lua/ibrahim/lazy_init.lua')
| -rw-r--r-- | dot_config/nvim/lua/ibrahim/lazy_init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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, } |
