nvim: typst "index" template
This commit is contained in:
parent
3b596e5a0e
commit
e1b6eda4aa
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user