luisiacc / gruvbox-baby

Gruvbox theme for neovim with full 🎄TreeSitter support.
MIT License
390 stars 28 forks source link

Highlight group broken for nvim-cmp? #74

Closed 0xricksanchez closed 8 months ago

0xricksanchez commented 8 months ago

Hi,

Foremost, love the theme! I was wondering whether it's a "me-problem" or this is a bug/not implemented. Whenever the nvim-cmp snippets pop up, I can never seem to make out which entry I just have highlighted, without spending too much time reading the documentation window on the right.

With gruvbox-baby

image

With another colorscheme e.g. kanagawa-wave

image

I'm using wezterm and nvim 0.9.5.

From my rudimentary understanding of colors(-schemes), there appears to be a dedicated highlight group for this kind of action somewhere?

luisiacc commented 8 months ago

Something is going on with your config, it shows fine to me:

CleanShot 2024-01-02 at 10 40 01@2x

In this picture addClass is the snippet and is being highlighted.

0xricksanchez commented 8 months ago

Interesting, guess I'll do some more digging and report back.. Any idea what could cause this behavior?

0xricksanchez commented 8 months ago

Nevermind, had a faulty relic of a nvim-cmp configuration lying around that caused this. works fine now.. sorry for the noise