norcalli / nvim-colorizer.lua

The fastest Neovim colorizer.
Other
2.25k stars 117 forks source link

Experimental cursor highlighting support #16

Open norcalli opened 4 years ago

norcalli commented 4 years ago

Add experimental, but functional implementation

doronbehar commented 4 years ago

Did you test it with GUI? I can see the echo command printing the cursor position etc but my cursor doesn't change it's color. I can run hi Cursor while hovering on white / black color texts and see that it's changing.

I suspect https://github.com/neovim/neovim/issues/6591 is the reason and that it marks this and #1 as "won't fix".

doronbehar commented 4 years ago

BTW thank you so much for attending this so quickly and for being responsive and kind! I really appreciate it :relaxed:.

norcalli commented 4 years ago

@doronbehar Thank you for the kind words :) I'll leave this open in case the situation changes and we can support it one day.

doronbehar commented 4 years ago

Cool, I'm subscribed to https://github.com/neovim/neovim/issues/6591 so in case it's fixed I'll check whether this PR works.