RRethy / vim-illuminate

illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.
2.16k stars 47 forks source link

Illumination gets disabled when moving around #20

Closed RRethy closed 6 years ago

RRethy commented 6 years ago

When using Illuminate_ftHighlightGroups, if you hover over a group in the list, then move to a group not in the list, and move back to the original identifier all under the time limit of Illuminate_delay, it will cause the highlighting to stop for the word you are currently on which should be illuminated, highlighting will resume when moving to another group.