Lazy color scheme

This commit is contained in:
THEON-1
2025-10-29 12:57:33 +01:00
parent 23073c22d4
commit 275323acd7

View File

@@ -29,7 +29,7 @@ require("lazy").setup({
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } },
install = { colorscheme = { "gruvbox" } },
-- automatically check for plugin updates
checker = { enabled = true },
})