nvim: problem template types url first now
This commit is contained in:
parent
2549b78a3f
commit
f3f8035798
@ -1,8 +1,8 @@
|
|||||||
snippet problem "template for problem notes" bi
|
snippet problem "template for problem notes" bi
|
||||||
#import "../templates/problems.typ": template, source_code, status
|
#import "../templates/problems.typ": template, source_code, status
|
||||||
#show: template.with(
|
#show: template.with(
|
||||||
title: "$1",
|
problem_url: "$1",
|
||||||
problem_url: "$2",
|
title: "$2",
|
||||||
stat: "${3:incomplete}",
|
stat: "${3:incomplete}",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user