feat: add gruvbox

This commit is contained in:
Job 2024-10-26 15:45:02 +02:00
parent ee6ffcd31a
commit 6fffe4e0a0
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -1,9 +1,10 @@
return {
{ "rose-pine/neovim", name = "rose-pine" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine-dawn",
},
},
{ "rose-pine/neovim", name = "rose-pine" },
{ "ellisonleao/gruvbox.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine-dawn",
},
},
}