update colorscheme

This commit is contained in:
Oliver Hartmann
2022-07-01 20:24:41 +02:00
parent 3c9ecc9d53
commit b12a673ba1
3 changed files with 20 additions and 5 deletions

View File

@@ -53,9 +53,11 @@ return require('packer').startup(function()
use({
'sainnhe/gruvbox-material',
disable = true,
config = get_setup('my_gruvbox-material')
})
use({
'ellisonleao/gruvbox.nvim',
disable = false,
config = get_setup('gruvbox'),
})
use({