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

How Can I disable illuminate within vim.api.nvim_exec #102

Closed ryoppippi closed 2 years ago

ryoppippi commented 2 years ago

スクリーンショット 2022-06-23 11 29 30

It is not a bug, but I would like to know hot to configure to disable this↑ highlight because it is too hard to see

RRethy commented 2 years ago

No way to do this, it's up to the LSP what is highlighted. You can try a different highlighting (e.g. underline).