switch to gruvbox-baby

This commit is contained in:
Oliver Hartmann 2022-08-06 18:40:48 +02:00
parent 49f8494072
commit 8030c44a93
3 changed files with 9 additions and 2 deletions

View File

@ -57,9 +57,14 @@ return require('packer').startup(function()
})
use({
'ellisonleao/gruvbox.nvim',
disable = false,
disable = true,
config = get_setup('gruvbox'),
})
use({
'luisiacc/gruvbox-baby',
disable = false,
config = get_setup('my_gruvbox-baby')
})
use({
'lukas-reineke/indent-blankline.nvim',
requires = {

View File

@ -1,6 +1,6 @@
require('lualine').setup({
options = { theme = 'gruvbox' },
options = { theme = 'gruvbox-baby' },
sections = { lualine_c = { 'getcwd' } },
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
})

View File

@ -0,0 +1,2 @@
vim.g.gruvbox_baby_telescope_theme = 1
vim.cmd[[colorscheme gruvbox-baby]]