Disable change detection notification

This commit is contained in:
Dreaded_X 2025-05-30 17:55:11 +02:00
parent 651f32bdaf
commit 3efe02f0ab
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

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