nvim: added not-inline math macro
This commit is contained in:
parent
083aa183eb
commit
c6227f097c
@ -47,6 +47,9 @@ endsnippet
|
|||||||
snippet im "inline math" w
|
snippet im "inline math" w
|
||||||
\$${1:${VISUAL}}\$
|
\$${1:${VISUAL}}\$
|
||||||
endsnippet
|
endsnippet
|
||||||
|
snippet mm "block math" w
|
||||||
|
\$ ${1:${VISUAL}} \$
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet link "link" w
|
snippet link "link" w
|
||||||
#link("${1}")[${2}]
|
#link("${1}")[${2}]
|
||||||
|
Loading…
Reference in New Issue
Block a user