Skip to content

Commit d350962

Browse files
committed
make lazy less noisy
1 parent 47656b6 commit d350962

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config/nvim/lua/_lazy.lua

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,11 @@ require("lazy").setup({
2626
-- colorscheme that will be used when installing plugins.
2727
install = { colorscheme = { "habamax" } },
2828
-- automatically check for plugin updates
29-
checker = { enabled = false },
29+
checker = {
30+
enabled = false,
31+
-- notify = false,
32+
},
33+
change_detection = {
34+
notify = false,
35+
},
3036
})

0 commit comments

Comments
 (0)