-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Compatibility issue with andymass/vim-matchup #328
Comments
I encountered the same issue 🥲 |
Dear maintainers @chemzqm @fannheyward, :NoMatchParen Disable matching after the plugin was loaded.
:DoMatchParen Enable matching again. The issue can be fixed by using However, I was unable to find a suitable autocmd to call these commands automatically. Could you consider adding autocmds like |
@JS-Zheng there's |
I only discovered the following coc autocmds in Vim:
I believe |
https://github.com/andymass/vim-matchup is a popular vim plugin. However, the cursor doesn't behave as expected after expanding some snippets.
MWE
To reproduce
beg<ctrl_l>
The snippet expands correctly, but the cursor doesn't locate at the expected position.
Expected (w/o vim-matchup)
|
denotes cursor positionCurrent (w/ vim-matchup)
It's worth noting that https://github.com/SirVer/ultisnips works correctly with vim-matchup
The text was updated successfully, but these errors were encountered: