From f3f803579806a2af25b118eda2f9a2b70d118709 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 27 May 2023 12:40:57 -0400 Subject: [PATCH] nvim: problem template types url first now --- src/.config/nvim/ultisnips/typst.snippets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.config/nvim/ultisnips/typst.snippets b/src/.config/nvim/ultisnips/typst.snippets index a9e9ff3..646c8ec 100644 --- a/src/.config/nvim/ultisnips/typst.snippets +++ b/src/.config/nvim/ultisnips/typst.snippets @@ -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}", )