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.
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.