master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 198141f63f - Show all commits

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'),
}) })