[change] coloscheme

This commit is contained in:
smith.hu 2023-09-22 14:08:14 +08:00
parent 9d7300f426
commit cd338e226a

View file

@ -1,12 +1,13 @@
return { return {
-- add gruvbox -- add gruvbox
-- { "ellisonleao/gruvbox.nvim" }, { "ellisonleao/gruvbox.nvim" },
{ "catppuccin/nvim" },
-- Configure LazyVim to load gruvbox -- Configure LazyVim to load gruvbox
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "quiet", colorscheme = "catppuccin",
}, },
}, },
} }