Files
Nomarchy/themes/everforest/neovim.lua
Bernardo Magri 33deeb494b initial commit
2026-04-01 17:06:01 +01:00

11 lines
142 B
Lua

return {
{ "neanias/everforest-nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "everforest",
background = "soft",
},
},
}