nvim: update typst notes snippets

This commit is contained in:
dogeystamp 2023-09-15 19:43:40 -04:00
parent 943483b0d4
commit 4a1cc979e1

View File

@ -26,7 +26,7 @@ snippet sfd "template for lecture notes" bi
endsnippet
snippet chem "template for chemistry notes" bi
#import "/templates/chem.typ": template, lref, chem
#import "/templates/chem.typ": template, lref, chem, gaz, liq, sol, aq
#show: template.with(
title: "$1",
)
@ -73,6 +73,14 @@ snippet math_prob "template for math problems" bi
endsnippet
snippet math_notes "template for math notes" bi
#import "/templates/math_notes.typ": template, lref
#show: template.with(
title: "$1",
)
endsnippet
snippet proj "template for project documents" bi
#import "/templates/proj.typ": template, lref
#show: template.with(