Files
nvim/lua/themes/gruvbox-baby.lua
2024-06-06 23:56:11 +02:00

10 lines
220 B
Lua

return {
'luisiacc/gruvbox-baby',
lazy = true,
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
vim.cmd('colorscheme gruvbox-baby')
end,
enabled = true,
}