Files
Nomarchy/assets/themes/summer-night/neovim.lua
2026-04-06 17:21:29 +01:00

11 lines
142 B
Lua

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