nvim: fix typst snippet inversion

This commit is contained in:
dogeystamp 2023-07-08 16:57:15 -04:00
parent 87c4c3352f
commit 0e57f739f2
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -1,5 +1,5 @@
snippet problem "template for problem notes" bi
#import "../templates/sfd.typ": template
#import "../templates/problems.typ": template, source_code, status
#show: template.with(
problem_url: "$1",
title: "$2",
@ -9,7 +9,7 @@ snippet problem "template for problem notes" bi
endsnippet
snippet sfd "template for lecture notes" bi
#import "../../templates/problems.typ": template, source_code, status
#import "../../../templates/sfd.typ": template
#show: template.with(
lecture_url: "$1",
title: "$2",