Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63f4610

Browse files
committedMay 16, 2025··
fix(nvim): lazy no notify on updates
1 parent 57e65e1 commit 63f4610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.config/nvim/lua/diaoul/config/lazy.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ require("lazy").setup({
2121
spec = {
2222
{ import = "diaoul.plugins" },
2323
},
24-
checker = { enabled = true },
24+
checker = { enabled = true, notify = false },
2525
})

0 commit comments

Comments
 (0)
Please sign in to comment.