mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
13 lines
204 B
Lua
13 lines
204 B
Lua
return {
|
|
{
|
|
"neanias/everforest-nvim",
|
|
opts = {
|
|
priority = 1000,
|
|
},
|
|
config = function()
|
|
require("everforest").setup({
|
|
-- background = "soft",
|
|
})
|
|
end,
|
|
},
|
|
}
|