vim-cool
vim-cool copied to clipboard
Highlight the current word under the cursor differently.
Highlight the current word under the cursor using IncSearch highlight group when search highlight is active.
Simple but really nice feature I always wished to have in Vim and found it to be so easy to implement with your plugin.
It could be wrapped in an if statement to make it optional. If you're interested to merge I could add that.
Thank you. I didn't try it but, from your description and your code, it looks like this does the same thing as the built-in :help hl-cursearch:
That's true! I was not aware of this before. Thank you for the great plugin!