feat: minimize config

pull/98/head
fm39hz-workstation 2024-05-14 18:14:46 +07:00
parent f7e1982663
commit 3989759688
1 changed files with 2 additions and 5 deletions

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,
},
}