16 lines
231 B
Lua

return {
{ "rose-pine/neovim" },
{
"sainnhe/gruvbox-material",
opts = function()
vim.g.gruvbox_material_foreground = "original"
end,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox-material",
},
},
}