mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-13 06:31:56 +02:00
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
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue