feat: rose-pine original theme added + updates notification stopped at startup

This commit is contained in:
2025-09-04 20:50:10 +02:00
parent 4e11d36b93
commit dc7bc4ac45
3 changed files with 27 additions and 28 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 },
})