numirias / semshi

🌈 Semantic Highlighting for Python in Neovim
1.03k stars 34 forks source link

Disable all syntax coloring expect selection? #104

Open maxmax1992 opened 3 years ago

maxmax1992 commented 3 years ago

Hi, the plugin is great!

But recently I've started to use TreeSitter for syntax highlighting and I'm wondering whether it's possible to disable global coloring by semshi, but still keep the selection variable coloring. E.g I would like to disable syntax colors offered by semshi but have the :Semshi rename working.

Is that possible?