nvim: typst "index" template

This commit is contained in:
dogeystamp 2023-08-15 21:12:57 -04:00
parent 3b596e5a0e
commit e1b6eda4aa
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -8,6 +8,14 @@ snippet problem "template for problem notes" bi
endsnippet
snippet index "template for index documents" bi
#import "/templates/index.typ": template, lref
#show: template.with(
title: "$1",
)
endsnippet
snippet sfd "template for lecture notes" bi
#import "/templates/sfd.typ": template, lref
#show: template.with(