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.14k stars 47 forks source link

illuminatedCurWord did not refresh soon in some cases. #72

Closed alayamanas closed 3 years ago

alayamanas commented 3 years ago

Describe the bug illuminatedCurWord did not refresh soon in some cases.

To Reproduce follow the gif below just normally j k move

Screenshots 11

Additional context

let g:Illuminate_delay = 100
augroup illuminate_augroup
    autocmd!
    autocmd VimEnter * hi illuminatedCurWord cterm=inverse gui=inverse
augroup END