feat: minimize config

pull/99/head
fm39hz-workstation 2024-05-14 18:14:46 +07:00 committed by fm39hz-laptop
parent c1c17c3105
commit 17612a760e
1 changed files with 2 additions and 5 deletions

View File

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