[nvim] fix: tex `env` snippet

This commit is contained in:
David JULIEN 2023-01-20 10:43:42 +01:00
parent 9a46c8d9af
commit 53f024e982
1 changed files with 3 additions and 1 deletions

View File

@ -81,8 +81,10 @@ ls.add_snippets("tex", {
s("env", {
t({ "\\begin{" }),
i(1, "foo"),
t({ "}", "\t" }),
t({ "}"}),
i(2),
t({ "", "\t" }),
i(3),
t({ "", "\\end{" }),
f(copy,1),
t({ "}"}),