fix(lazy_setup): astrotheme is default colorscheme

This commit is contained in:
Micah Halter 2024-06-25 11:59:04 -04:00
parent 7af067e0ff
commit f3df84dec1
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8

View File

@ -15,7 +15,7 @@ require("lazy").setup({
{ import = "plugins" }, { import = "plugins" },
} --[[@as LazySpec]], { } --[[@as LazySpec]], {
-- Configure any other `lazy.nvim` configuration options here -- Configure any other `lazy.nvim` configuration options here
install = { colorscheme = { "astrodark", "habamax" } }, install = { colorscheme = { "astrotheme", "habamax" } },
ui = { backdrop = 100 }, ui = { backdrop = 100 },
performance = { performance = {
rtp = { rtp = {