@henrik well, to be honest, parinfer-plus does have a specific setting for pasting, so that's probably why you're seeing fewer surprises.
But also, I'm finding strange behavior that I need to check if it's on my side or on parinfer's one. Like:
(some-code
|)
With cursor on |
, sometimes backspace simply does not work at all 😞That is standard parinfer behavior for smart and paren mode, you can confirm here: https://shaunlebron.github.io/parinfer/demo
So, it's not a bug, it's a feature 😄. Probably I found it strange because the old "smart" implementation on Atom was different...