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

Configuable highlight priority #40

Closed yuki-yano closed 4 years ago

yuki-yano commented 4 years ago

The inability to set the priority may not work in conflict with plugins that highlight other cursors.

For example, https://github.com/todesking/ruby_hl_lvar.vim has been given priority.

This problem is solved if priority can be set. (I will also make a PR on https://github.com/todesking/ruby_hl_lvar.vim)

yuki-yano commented 4 years ago

Fixed 908408c c2a8046 Could you please confirm it?

RRethy commented 4 years ago

Can you remove the entire section from the README, I prefer to keep this configuration only in the docs and not in the README since it's obscure.

yuki-yano commented 4 years ago

Sorry Fixed 9dbbcb8bf061fa1ce8867d2330d6dfa185730b73