starter/lua/plugins/everforest-nvim.lua

14 lines
204 B
Lua

return {
{
"neanias/everforest-nvim",
opts = {
priority = 1000,
},
config = function()
require("everforest").setup({
-- background = "soft",
})
end,
},
}