-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finally, we've made Vim smart enough to insert matching delimiters, like quotes, parentheses, and curly braces, automatically!
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2fe0507
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.
(<-- prev step) ... (next step -->)
Installing a plugin doesn't get you much unless you read the documentation!
2fe0507
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.
I'm unable to replicate the latex matchpairs behaviour with
Any thoughts?
2fe0507
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.
Hmm, I'm not sure what's up here. I just verified that a fresh clone of the repository has this functionality enabled. Let us know if you are able to identify the problem.
2fe0507
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.
Update: It's a collision with another plugin that I think was resolved when I put all the respective autocommands into
augroups
. Weird, not too concerned to dig into.