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

Per buffer/window settings #116

Closed SG60 closed 2 years ago

SG60 commented 2 years ago

Hi, is there any way to use different settings in different buffers/windows? For example, I would like to use simple regex in vimscript buffers, but use LSP in most buffers.

RRethy commented 2 years ago

You can now specify filetype_overrides in your config.

SG60 commented 2 years ago

Thanks!