You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this plugin. I love onedark and I think your approach to it is the easiest one to use.
I just noticed today that I didn't have the Rust treesitter parser installed. I was getting syntax highlighting probably through the "rust-tools.nvim" plugin previously.
When I enable treesitter highlighting with TSEnable highlight, almost everything remains the same except for three things:
? operators
& operators
Angle brackets
The highlight for these nodes makes them hard to distinguish from other text.
Is this intended? Or do I have a conflict somewhere?
Thanks for this plugin. I love onedark and I think your approach to it is the easiest one to use.
I just noticed today that I didn't have the Rust treesitter parser installed. I was getting syntax highlighting probably through the "rust-tools.nvim" plugin previously.
When I enable treesitter highlighting with
TSEnable highlight
, almost everything remains the same except for three things:?
operators&
operatorsThe highlight for these nodes makes them hard to distinguish from other text.
Is this intended? Or do I have a conflict somewhere?
Here's some pictures for reference:
TS Highlighting Disabled:
TS Highlighting Enabled:
Here's my config:
Thank you.
The text was updated successfully, but these errors were encountered: