removed whitespaces

This commit is contained in:
Oliver Hartmann 2022-03-28 23:40:45 +02:00
parent 018c25d0d7
commit 198141f63f

View File

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