Files
omarchy/themes/everforest/neovim.lua

11 lines
142 B
Lua
Raw Normal View History

2025-06-18 22:12:10 +02:00
return {
{ "neanias/everforest-nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "everforest",
background = "soft",
},
},
}