Fix(nvim): latex task snippet

This commit is contained in:
Bertrand Benjamin 2023-01-29 04:39:40 +01:00
parent a4de744aa7
commit 754ebcf1ae
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@
"prefix": "task", "prefix": "task",
"body": [ "body": [
"\\\\begin{tasks}(${1:2})", "\\\\begin{tasks}(${1:2})",
"\t\\item $0", "\t\\task $0",
"\\\\end{task}" "\\\\end{tasks}"
], ],
"description": "enumerate" "description": "enumerate"
}, },