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

Support filetype highlight groups blacklist #35

Closed ipwnponies closed 5 years ago

ipwnponies commented 5 years ago

Can we add blacklisting highlight group support?

... for many languages, you will only want to highlight certain highlight-groups

The complementary is equally true, for some languages there are things you may not care to highlight. i.e. keywords or import statements