mirror of https://github.com/LazyVim/starter
feat: minimize config
parent
c1c17c3105
commit
17612a760e
|
@ -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,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue