nvim: remove tabstop from typst problem snippet

This commit is contained in:
dogeystamp 2024-04-05 17:05:11 -04:00
parent 7b4c3a3f3a
commit 59a66f8d5d
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -97,5 +97,5 @@ return {
title: "{}",
stat: "{}",
)
]], { i(1), i(2), i(3, "incomplete") })),
]], { i(1), i(2), t("incomplete") })),
}