nvim: typst superscript now adds parentheses

This commit is contained in:
dogeystamp 2023-07-09 13:08:26 -04:00
parent 7d1bb73815
commit 400c7f34e4
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -51,7 +51,7 @@ snippet proj "template for project documents" bi
endsnippet
snippet ss "superscript" i
^$1
^($1)
endsnippet
snippet link "link" w