nvim: fix typst snippet inversion
This commit is contained in:
parent
87c4c3352f
commit
0e57f739f2
@ -1,5 +1,5 @@
|
|||||||
snippet problem "template for problem notes" bi
|
snippet problem "template for problem notes" bi
|
||||||
#import "../templates/sfd.typ": template
|
#import "../templates/problems.typ": template, source_code, status
|
||||||
#show: template.with(
|
#show: template.with(
|
||||||
problem_url: "$1",
|
problem_url: "$1",
|
||||||
title: "$2",
|
title: "$2",
|
||||||
@ -9,7 +9,7 @@ snippet problem "template for problem notes" bi
|
|||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet sfd "template for lecture notes" bi
|
snippet sfd "template for lecture notes" bi
|
||||||
#import "../../templates/problems.typ": template, source_code, status
|
#import "../../../templates/sfd.typ": template
|
||||||
#show: template.with(
|
#show: template.with(
|
||||||
lecture_url: "$1",
|
lecture_url: "$1",
|
||||||
title: "$2",
|
title: "$2",
|
||||||
|
Loading…
Reference in New Issue
Block a user