Merge branch 'dev' into mercury

nvim: remove newline after env snippet
This commit is contained in:
David JULIEN 2022-03-12 20:41:18 +01:00
commit 7f302f9ba4
Signed by: swytch
GPG Key ID: 498590A3AA82A06F
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}" }),