nvim: problem template types url first now

This commit is contained in:
dogeystamp 2023-05-27 12:40:57 -04:00
parent 2549b78a3f
commit f3f8035798
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -1,8 +1,8 @@
snippet problem "template for problem notes" bi
#import "../templates/problems.typ": template, source_code, status
#show: template.with(
title: "$1",
problem_url: "$2",
problem_url: "$1",
title: "$2",
stat: "${3:incomplete}",
)