neoclide / coc-pairs

Basic auto pairs extension of coc.nvim
295 stars 14 forks source link

Not recognizing when on closing tag #90

Open aaronparisi opened 1 year ago

aaronparisi commented 1 year ago

If I type an opening { character, the closing bracket is included. If I immediately type a closing } character, I end up with {}, with my cursor after the closing bracket, as expected. However, if I leave insert mode, re-enter insert mode inside the brackets, and type fjddfjksalfkd} I end up with {fjddfjksalfkd} } - auto-pairs is not recognizing the closing bracket that I typed as the closing bracket of the initial pair.

chemzqm commented 1 year ago

Yes, it's intended.