feat(plugins): add configuration for gruvbox-material colorscheme

This commit adds a configuration for the gruvbox-material colorscheme in the plugins initialization file, enabling automatic application of the colorscheme when loaded.
This commit is contained in:
OdysseusOperator 2025-03-28 13:10:14 +01:00
parent 02aedcda66
commit bec391e04d
1 changed files with 6 additions and 2 deletions

View File

@ -138,6 +138,10 @@ return {
require('colorizer').setup()
end,
},
{ 'sainnhe/gruvbox-material' },
{
'sainnhe/gruvbox-material',
config = function()
vim.cmd.colorscheme 'gruvbox-material'
end,
},
} -- end of return