[nvim] feat: improve snippets

exit on the next line
This commit is contained in:
David JULIEN 2021-11-20 17:09:35 +01:00
parent 238dae78d7
commit 562672bbf1
1 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ ls.snippets = {
i(1), i(1),
t({ "" }), t({ "" }),
d(2, rec_ls, {}), d(2, rec_ls, {}),
t({ "", "\\end{itemize}" }), t({ "", "\\end{itemize}", "" }),
}), }),
s("frm", { s("frm", {
t({ "\\begin{" }), t({ "\\begin{" }),
@ -448,7 +448,7 @@ ls.snippets = {
i(0), i(0),
t({ "", "\\end{" }), t({ "", "\\end{" }),
f(copy, 1), f(copy, 1),
t({ "}" }), t({ "}", "" }),
}), }),
s("rmk", { s("rmk", {
t({ "\\begin{rmk}" }), t({ "\\begin{rmk}" }),