mirror of https://github.com/LazyVim/starter
14 lines
204 B
Lua
14 lines
204 B
Lua
|
return {
|
||
|
{
|
||
|
"neanias/everforest-nvim",
|
||
|
opts = {
|
||
|
priority = 1000,
|
||
|
},
|
||
|
config = function()
|
||
|
require("everforest").setup({
|
||
|
-- background = "soft",
|
||
|
})
|
||
|
end,
|
||
|
},
|
||
|
}
|