feat: minimize config

This commit is contained in:
fm39hz-workstation 2024-05-14 18:14:46 +07:00
parent f7e1982663
commit 3989759688

View file

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