neoclide / coc-highlight

Document highlight and document colors LSP support for coc.nvim
221 stars 12 forks source link

Highlight current color code only #22

Closed monkoose closed 4 years ago

monkoose commented 4 years ago

Is there a possibility to implement feature similar to highlight current symbol to show color of the current colorcode only on CursorHold or keys pressed?

chemzqm commented 4 years ago

You mean highlight colors on CursorHold only?

monkoose commented 4 years ago

More like highlight ONLY color code under the cursor on CursorHold or configured nmap press, not all color codes for a buffer.

chemzqm commented 4 years ago

I don't think it makes too much sense, but PR welcome.