nvim: update typst notes snippets
This commit is contained in:
parent
943483b0d4
commit
4a1cc979e1
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user