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 { return {
{ "rose-pine/neovim", name = "rose-pine" }, { "rose-pine/neovim", name = "rose-pine" },
{ { "ellisonleao/gruvbox.nvim" },
"LazyVim/LazyVim", {
opts = { "LazyVim/LazyVim",
colorscheme = "rose-pine-dawn", opts = {
}, colorscheme = "rose-pine-dawn",
}, },
},
} }