set theme to gruvbox

This commit is contained in:
Lorran David 2025-01-25 15:04:06 -03:00
parent 81c5388d73
commit 26b8c223cf
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
return {
{
"ellisonleao/gruvbox.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme 'gruvbox'
end
},
{
'sainnhe/gruvbox-material',
lazy = false,
@ -54,7 +63,7 @@ return {
vim.api.nvim_set_hl(0, group, {})
end
end,
enabled = true,
enabled = false,
},
{