-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
fix(nvim-ts-rainbow2): remove hack #162
Conversation
aaaah, so this is what causes the slow down i thought i was going insane. So then is there still an issue with ranbow-ts that needs the hack ? if there isn't a fix i might just disabled it. |
Yeah the unfortunate thing is without this autocmd, the coloring just gets messed up over time 😂 it seems that rainbow parentheses are just never going to be stable in Neovim 🤔 |
not sure if it's a good idea letting people use this, maybe put a warning on the read me to let people know ? |
Me too brother, me too. You've no idea how much time I spent debugging this 😭.
Yes.
AFAIK, |
Not sure if we should be commenting on the state of the plugins. I think people can try it & find out about it themselves. Maybe the support is better for some languages. We could however add a note & link saying that toggling it seems to fix the issue. |
EDIT: I'm dumb, was already on save. EDIT2: Why would it work manually though there isn't a difference in what is logically happening. |
Maybe it has time to properly remove all the highlights? Not sure |
@mehalter This issue might be plaguing unsuspecting users, can we release this on priority? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Recently, I've noticed that my editor slows down over time. Turns out that this hack is causing the problem. Without it, there is no more slowdown.