[nvim] fix: tex env
snippet
This commit is contained in:
parent
9a46c8d9af
commit
53f024e982
@ -81,8 +81,10 @@ ls.add_snippets("tex", {
|
|||||||
s("env", {
|
s("env", {
|
||||||
t({ "\\begin{" }),
|
t({ "\\begin{" }),
|
||||||
i(1, "foo"),
|
i(1, "foo"),
|
||||||
t({ "}", "\t" }),
|
t({ "}"}),
|
||||||
i(2),
|
i(2),
|
||||||
|
t({ "", "\t" }),
|
||||||
|
i(3),
|
||||||
t({ "", "\\end{" }),
|
t({ "", "\\end{" }),
|
||||||
f(copy,1),
|
f(copy,1),
|
||||||
t({ "}"}),
|
t({ "}"}),
|
||||||
|
Reference in New Issue
Block a user