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.18k stars 50 forks source link

modes_allowlist option not working with lsp #143

Closed ZenLian closed 1 year ago

ZenLian commented 1 year ago

when I set modes_allowlist = { 'n' }, some bufs(e.g. help file) works well, but those with lsp provider still show cursorword when I enter visual mode.

RRethy commented 1 year ago

Please follow issue template.