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:
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…
Reference in New Issue