Disable change detection notification

This commit is contained in:
2025-05-30 17:55:11 +02:00
parent 651f32bdaf
commit 3efe02f0ab

View File

@@ -26,6 +26,9 @@ require("lazy").setup({
"gruvbox", "gruvbox",
}, },
}, },
change_detection = {
notify = false,
},
rocks = { rocks = {
enabled = false, enabled = false,
}, },