[BUG] Colors of parenthesis in neovim 0.10.0 is pure white instead of themed
DavidTelenko opened this issue · 2 comments
DavidTelenko commented
dssste commented
Adding vim.api.nvim_set_hl(0, 'Delimiter', { link = 'GruvboxOrange' })
after the vim.cmd('colorscheme gruvbox')
could be a temporary workaround.
DavidTelenko commented
Thanks @dssste