This commit is contained in:
2025-10-13 18:59:54 -07:00
parent 1b2a3c6bcc
commit 866037c41b
11 changed files with 61 additions and 54 deletions

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 },
})