don't update all the time

This commit is contained in:
hyper
2024-10-25 19:18:08 +08:00
parent caee0da0c3
commit c1ad5acb5d
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -31,5 +31,5 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates
checker = { enabled = true },
checker = { enabled = true, notify = false },
})