Files
omarchy-nix/archthemes/everforest/neovim.lua
T
2025-06-28 12:27:26 -05:00

11 lines
142 B
Lua

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