Job79
b93b0bd735
All checks were successful
Container build / container-build (push) Successful in 4m12s
10 lines
222 B
Lua
10 lines
222 B
Lua
-- Configure rose-pine and gruvbox-material colorschemes.
|
|
return {
|
|
{ "rose-pine/neovim", name = "rose-pine" },
|
|
{ "sainnhe/gruvbox-material" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = { colorscheme = "gruvbox-material" },
|
|
},
|
|
}
|