From 4a1cc979e1e9494812437614f97d0cc66b287a8a Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Fri, 15 Sep 2023 19:43:40 -0400 Subject: [PATCH] nvim: update typst notes snippets --- src/.config/nvim/ultisnips/typst.snippets | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/.config/nvim/ultisnips/typst.snippets b/src/.config/nvim/ultisnips/typst.snippets index a16c25b..dc6f9f5 100644 --- a/src/.config/nvim/ultisnips/typst.snippets +++ b/src/.config/nvim/ultisnips/typst.snippets @@ -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(