fix(lazy_setup): astrotheme
is default colorscheme
This commit is contained in:
parent
7af067e0ff
commit
f3df84dec1
@ -15,7 +15,7 @@ require("lazy").setup({
|
||||
{ import = "plugins" },
|
||||
} --[[@as LazySpec]], {
|
||||
-- Configure any other `lazy.nvim` configuration options here
|
||||
install = { colorscheme = { "astrodark", "habamax" } },
|
||||
install = { colorscheme = { "astrotheme", "habamax" } },
|
||||
ui = { backdrop = 100 },
|
||||
performance = {
|
||||
rtp = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user