fix: disabled notfications about lazyvim packages update
This commit is contained in:
@@ -31,5 +31,5 @@ require("lazy").setup({
|
|||||||
-- colorscheme that will be used when installing plugins.
|
-- colorscheme that will be used when installing plugins.
|
||||||
install = { colorscheme = {"tokyonight", "habamax" } },
|
install = { colorscheme = {"tokyonight", "habamax" } },
|
||||||
-- automatically check for plugin updates
|
-- automatically check for plugin updates
|
||||||
checker = { enabled = true },
|
checker = { enabled = true, notify = false },
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user