From 1fdf7cd105dbffd9592a4461fd7e717dbf361d6f Mon Sep 17 00:00:00 2001 From: ayamir Date: Sun, 9 Jul 2023 18:24:21 +0800 Subject: [PATCH] feat(ui): sync lazy's colorscheme with `settings.lua` (#849) --- lua/core/pack.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/pack.lua b/lua/core/pack.lua index 0324102ee..e2252b1de 100644 --- a/lua/core/pack.lua +++ b/lua/core/pack.lua @@ -73,7 +73,7 @@ function Lazy:load_lazy() install = { -- install missing plugins on startup. This doesn't increase startup time. missing = true, - colorscheme = { "catppuccin" }, + colorscheme = { settings.colorscheme }, }, ui = { -- a number <1 is a percentage., >1 is a fixed size