Files
arthur-os/themes/everforest/neovim.lua
T

11 lines
142 B
Lua

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