-
Notifications
You must be signed in to change notification settings - Fork 7
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
Not playing well with auto pairs #23
Comments
also, would be nice to be able to optionally disable the = functionality, that also causes more problems than it fixes some times |
update: I think it only happens when the cursor is outside some brackets like "()|" in a unfinished if statement |
Unfortunately I currently don't have time to work on this project as I'm the only one who was maintaining it. However, if you're interested, you can fork the repo and play around with it to solve your issue, and create a pull request :) |
I would normally like to tbh, but despite my entire config being in lua, i don't actually know it very well lol, and worse I don't know the first think about the neovim api. |
for some reason it sometimes thinks its at the end of a line or something when a set of pairs are spawned, and it proceeds to delete everything after the last cursor position when i try to use, Esc, then S-a, then space, when inside some pairs like () and sometimes {}
The text was updated successfully, but these errors were encountered: