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.