Job79
e180de3a7b
All checks were successful
Container build / container-build (push) Successful in 4m52s
13 lines
238 B
Lua
13 lines
238 B
Lua
-- Configure rose-pine and gruvbox-material colorschemes.
|
|
return {
|
|
{ "rose-pine/neovim" },
|
|
{ "sainnhe/gruvbox-material" },
|
|
{
|
|
-- Set default colorscheme.
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "gruvbox-material",
|
|
},
|
|
},
|
|
}
|