-
Notifications
You must be signed in to change notification settings - Fork 19
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
Invisible pair highlighting #17
Comments
I had the same problem, to solve edit
|
@alexander-bachmann did you add "set termguicolors" in your vimrc file? For me, this solved the problem. |
This will skip the highlighting for the matching parenthesis entirely.
|
@decent-man The lack of thumbs up on this post is a travesty. Can you make a PR for this change? @dlb04 check this out. Devs, please incorporate this or a version of it in the latest version. It fixes the only flaw I found with this excellent theme. |
https://cdn.discordapp.com/attachments/712311177710927914/798984371768000542/unknown.png
Cursor will disappear when landing on a brace/bracket pair then reappear on it's closing pair. In the above picture, the cursor should actually be where the red box is.
The text was updated successfully, but these errors were encountered: