Skip to content

Commit

Permalink
feat(ui): sync lazy's colorscheme with settings.lua (ayamir#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir authored and singlemancombat committed Jul 9, 2023
1 parent 959908e commit 1fdf7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/pack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fdf7cd

Please # to comment.