mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
11 lines
142 B
Lua
11 lines
142 B
Lua
return {
|
|
{ "neanias/everforest-nvim" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "everforest",
|
|
background = "soft",
|
|
},
|
|
},
|
|
}
|