We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47656b6 commit d350962Copy full SHA for d350962
config/nvim/lua/_lazy.lua
@@ -26,5 +26,11 @@ require("lazy").setup({
26
-- colorscheme that will be used when installing plugins.
27
install = { colorscheme = { "habamax" } },
28
-- automatically check for plugin updates
29
- checker = { enabled = false },
+ checker = {
30
+ enabled = false,
31
+ -- notify = false,
32
+ },
33
+ change_detection = {
34
+ notify = false,
35
36
})
0 commit comments