[nvim] fix: no newline after env snippet
This commit is contained in:
parent
7cca8731e0
commit
e3be31bef9
@ -87,7 +87,7 @@ ls.snippets = {
|
|||||||
i(2),
|
i(2),
|
||||||
t({ "", "\\end{" }),
|
t({ "", "\\end{" }),
|
||||||
f(copy,1),
|
f(copy,1),
|
||||||
t({ "}", "" }),
|
t({ "}"}),
|
||||||
}),
|
}),
|
||||||
s("tikz", {
|
s("tikz", {
|
||||||
t({ "\\begin{center}" }),
|
t({ "\\begin{center}" }),
|
||||||
|
Reference in New Issue
Block a user