m4xshen / autoclose.nvim

A minimalist Neovim plugin that auto pairs & closes brackets
MIT License
488 stars 13 forks source link

Pairing characters and strings #23

Closed aloispichler closed 11 months ago

aloispichler commented 1 year ago

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 )?

m4xshen commented 11 months ago

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.