[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),
t({ "" }),
d(2, rec_ls, {}),
t({ "", "\\end{itemize}" }),
t({ "", "\\end{itemize}", "" }),
}),
s("frm", {
t({ "\\begin{" }),
@ -448,7 +448,7 @@ ls.snippets = {
i(0),
t({ "", "\\end{" }),
f(copy, 1),
t({ "}" }),
t({ "}", "" }),
}),
s("rmk", {
t({ "\\begin{rmk}" }),