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

how to do illuminate while in insert mode #39

Closed Innei closed 4 years ago

Innei commented 4 years ago

how to do it can illuminate while in insert mode, not only in normal mode.

RRethy commented 4 years ago

Currently it can't be done. When I get a chance I can implement since it's a small change, if you want to take a stab at it it would require modifying the illuminate#on_insert_entered function to check some global setting.