summaryrefslogtreecommitdiff
path: root/dot_config/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nvim')
-rw-r--r--dot_config/nvim/lua/ibrahim/lazy_init.lua2
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,
}