nvim: added not-inline math macro

This commit is contained in:
dogeystamp 2023-06-12 15:32:58 -04:00
parent 083aa183eb
commit c6227f097c
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -47,6 +47,9 @@ endsnippet
snippet im "inline math" w
\$${1:${VISUAL}}\$
endsnippet
snippet mm "block math" w
\$ ${1:${VISUAL}} \$
endsnippet
snippet link "link" w
#link("${1}")[${2}]