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

Add file type whitelist #37

Closed EgZvor closed 4 years ago

EgZvor commented 4 years ago

It is useful if you want to illuminate only some file types. If whitelist is defined blacklist will exclude from whitelist. I didn't like illumination on git, help or markdown files, but I didn't want to exclude them one by one.