neoclide / coc-highlight

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

Add a link to the `coc_current_word` plugin #56

Closed IngoMeyer441 closed 2 years ago

IngoMeyer441 commented 2 years ago

I wanted to use delayed highlighting, which can be configured independently of the user's updatetime setting. Therefore, I created a plugin coc_current_word which uses Vim 8 / Neovim timers for custom delayed highlighting. The plugin is based on the vim_current_word plugin.