mrcjkb / rustaceanvim

🦀 Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim
GNU General Public License v2.0
1.8k stars 69 forks source link

Semantic tokens highlight #575

Closed ViniiR closed 2 weeks ago

ViniiR commented 2 weeks ago

is there any way I can easily disable semantic tokens for rust specifically? they completely override any previous highlight I had and that only became an issue after using rustaceanvim, I believe rust-tools didn't have this functionality back when I created my theme, the reason I'd like to remove them is because not only I'd need to manually double the amount of highlight groups in my config I'd also lose information since for example it doesn't diferente between regular variables and constants when passing them as arguments to a function, it simply paints both of them white...

IMG-20241111-WA0000

mrcjkb commented 2 weeks ago

Closing as duplicate: