Files
nvimdots/lua/plugins/colorschemes.lua
T
Zacharias-Brohn e157e8985f lazyvim branch
2025-04-07 16:25:04 +02:00

10 lines
150 B
Lua

return {
{ "notken12/base46-colors" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox",
},
},
}