mirror of https://github.com/LazyVim/starter
feat: minimize config
parent
f7e1982663
commit
3989759688
|
@ -3,11 +3,8 @@ return {
|
|||
"neanias/everforest-nvim",
|
||||
opts = {
|
||||
priority = 1000,
|
||||
background = "medium",
|
||||
},
|
||||
config = function()
|
||||
require("everforest").setup({
|
||||
-- background = "soft",
|
||||
})
|
||||
end,
|
||||
config = function() end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue