ellisonleao/gruvbox.nvim

[BUG] Colors of parenthesis in neovim 0.10.0 is pure white instead of themed

DavidTelenko opened this issue · 2 comments

Describe the bug

In nvim 0.10 due to changes introduced to highlight groups (apparently) colors of parenthesis and commas, has pure white color instead of themed.

Expected behaviour

Colors of parenthesis should match colors of brackets.

Screenshots

nvim 0.10.0

nvim 0.10.0

nvim 0.9.5

nvim.0.9.5

Adding vim.api.nvim_set_hl(0, 'Delimiter', { link = 'GruvboxOrange' }) after the vim.cmd('colorscheme gruvbox') could be a temporary workaround.