From 0e57f739f2bb0f66ecc03f18eca099fcbd6f7a61 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 8 Jul 2023 16:57:15 -0400 Subject: [PATCH] nvim: fix typst snippet inversion --- 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 72c7e1a..ca4d213 100644 --- a/src/.config/nvim/ultisnips/typst.snippets +++ b/src/.config/nvim/ultisnips/typst.snippets @@ -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",