Job79
fedeb5d58d
All checks were successful
Container build / container-build (push) Successful in 6m0s
17 lines
277 B
Lua
17 lines
277 B
Lua
return {
|
|
{ "rose-pine/neovim" },
|
|
{
|
|
"sainnhe/gruvbox-material",
|
|
opts = function()
|
|
vim.g.gruvbox_material_foreground = "original"
|
|
vim.g.gruvbox_material_background = "hard"
|
|
end,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "gruvbox-material",
|
|
},
|
|
},
|
|
}
|