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
c1c17c3105
commit
17612a760e
1 changed files with 2 additions and 5 deletions
|
|
@ -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…
Add table
Reference in a new issue