RishabhRD / nvim-lsputils

Better defaults for nvim-lsp actions
455 stars 20 forks source link

Colours in preview different than in a normal buffer #36

Open d-miketa opened 3 years ago

d-miketa commented 3 years ago

Hi, thanks for the plugin! I'm just trying it out and like it a lot, but the difference between colours in normal buffers and, say, reference previews, is distracting:

image

I'm using Treesitter; it looks like it's not applied to the preview.

andersevenrud commented 3 years ago

Seems like this uses the bat executable for doing the previews. I just noticed this because I ran into an error because it was not installed. So this does not use the vim highlights at all it seems :thinking: