fooness

Results 38 comments of fooness

@Saghen Would it be possible to map selected(!) `BlinkCmpKind` items to `PmenuKindSel`, which seems to exist in neovim nowadays (and is linked to `PmenuSel` by default)? This way we could...

> That seems reasonable, although it wouldn't fix the CursorLine overriding the color. > Another thought, we might be able to create the cursorline highlight ourselves, rather than using the...

> blink.cmp uses `CursorLine` (mapped to `PmenuSel`) to highlight the entire selected line. Maybe that’s not true anymore for the nvim 0.11 pre-release, but for nvim 0.10.4 `PmenuSel` is not...

> > Another thought, we might be able to create the cursorline highlight ourselves, rather than using the native one, but I don't love this > > Meaning we would...

@Saghen I’m currenlty trying to understand the recent commits/changes, but I cannot quite wrap my head around. Do you have an example on how to make the Tailwind color LSP...

@Saghen I see; thank you for taking the time to explain this in detail.

Dear developers, are there any news concerning this?

I think this would be a real important feature. The last days I tried to look into the code, but I’m absolutely clueless on how to work with those websockets....