[nvim] fix: no newline after env snippet

This commit is contained in:
David JULIEN 2022-03-12 20:38:22 +01:00
parent 7cca8731e0
commit e3be31bef9
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ ls.snippets = {
i(2),
t({ "", "\\end{" }),
f(copy,1),
t({ "}", "" }),
t({ "}"}),
}),
s("tikz", {
t({ "\\begin{center}" }),