This commit is contained in:
Ray Elliott 2021-10-22 20:26:40 +01:00
commit 357237bc84
4 changed files with 39 additions and 17 deletions

View file

@ -1,8 +1,21 @@
snippet ln "[...](...)"
[$1]($2)
snippet l "[...](...)"
[${1:title}](${2:url})
endsnippet
snippet cd "``` ..."
snippet c "``` ..."
\`\`\`$0
\`\`\`
endsnippet
# latex
snippet vc "vector"
\\begin{bmatrix} $1 \\\\ $2 \\end{bmatrix}
endsnippet
snippet mx "matrix"
\\begin{bmatrix} $1 & $2 \\\\ $3 & $4 \\end{bmatrix}
endsnippet
snippet lmb "lambda" i
\\lambda $0
endsnippet