mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
[change] coloscheme
This commit is contained in:
parent
9d7300f426
commit
cd338e226a
1 changed files with 3 additions and 2 deletions
|
|
@ -1,12 +1,13 @@
|
|||
return {
|
||||
-- add gruvbox
|
||||
-- { "ellisonleao/gruvbox.nvim" },
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
{ "catppuccin/nvim" },
|
||||
|
||||
-- Configure LazyVim to load gruvbox
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "quiet",
|
||||
colorscheme = "catppuccin",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue