-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(highlight): added optional rainbow labels. Disabled by default. … #74
Conversation
…Useful for Treesitter ranges.
I cant see the rainbow : ( |
|
@JoseConseco good catch! Should be fixed now |
Yeah, when I closed this I had actually pushed these changes to a branch instead of main :) So pushed it to main later. All good now :) |
@folke any ideas, why after few more Flash.nvim updates the rainbow labels, that are placed on current word - lost the colors? See above image vs current flash.treesitter() labels: |
@JoseConseco should be fixed now! That was a fix to properly show the cursor when on the same position as a label. I've updated that code to only skip the label when it's on the curor position in the current window and target is not a range |
…Useful for Treesitter ranges.