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.
pull/1638/head
OdysseusOperator 4 months ago
parent 02aedcda66
commit bec391e04d

@ -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

Loading…
Cancel
Save