fix colorsheme

This commit is contained in:
Micke Nordin 2024-12-16 10:37:24 +01:00
parent 0eaa0adf52
commit a5d33dd78b

View file

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