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

Help extending hl group #146

Closed EricDriussi closed 1 year ago

EricDriussi commented 1 year ago

Hi there!

I'm trying to add to the default behavior by making the illuminated text bold.

I've been messing around with the plugin's hl groups but I can't seem to find a way to add gui=bold without completely overriding the group.

Is there something preventing this behavior or am I just missing something here?

RRethy commented 1 year ago

Just override the hlgroup. Follow the issue template in the future.