mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: minimize config
This commit is contained in:
parent
f7e1982663
commit
3989759688
1 changed files with 2 additions and 5 deletions
|
|
@ -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…
Add table
Reference in a new issue