starter/lua/plugins/override.lua

9 lines
97 B
Lua
Raw Normal View History

2024-05-13 13:57:32 +08:00
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "everforest",
},
},
}