You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i have a snippet set to for example lr(, which expands to \left( $1 \right), with nvim-autopairs installed, it adds another ) at the end, so that my expanded snippet becomes \left( $1 \right)). This seems to be because both luasnip and nvim-autopairs handle the (-character and expand it at the same time. Is there any way around this?
this is the snippet in question, but seems to happen for all snippets containing a delimiter that gets expanded by nvim-autopairs.
The text was updated successfully, but these errors were encountered:
If i have a snippet set to for example
lr(
, which expands to\left( $1 \right)
, with nvim-autopairs installed, it adds another)
at the end, so that my expanded snippet becomes\left( $1 \right))
. This seems to be because both luasnip and nvim-autopairs handle the(
-character and expand it at the same time. Is there any way around this?this is the snippet in question, but seems to happen for all snippets containing a delimiter that gets expanded by nvim-autopairs.
The text was updated successfully, but these errors were encountered: