From f3df84dec12e6aa1a3cfebfb100986950dbb037e Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Tue, 25 Jun 2024 11:59:04 -0400 Subject: [PATCH] fix(lazy_setup): `astrotheme` is default colorscheme --- lua/lazy_setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy_setup.lua b/lua/lazy_setup.lua index 621de3b..939d7b7 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -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 = {