m4xshen/autoclose.nvim

Pairing characters and strings

Closed this issue · 1 comments

This is the only extension I know which pairs $ correctly in LaTeX.
However, in LaTeX we pair \[ with \] and \left( with \right), etc. How can this be accomplished here, and without interfering with the pairs ( and )?

I decide to not add this feature because the implementation of it is complicated and may cause more new issues. The philosophy of autoclose.nvim is being stable and minimal. If you want this feature you can use nvim-autopairs instead.