11 lines
142 B
Lua
11 lines
142 B
Lua
return {
|
|
{ "neanias/everforest-nvim" },
|
|
{
|
|
"lazyvim/lazyvim",
|
|
opts = {
|
|
colorscheme = "everforest",
|
|
background = "soft",
|
|
},
|
|
},
|
|
}
|