[nvim] feat: add env snippet

!!!BREAKING : remove "rmk" snippet
This commit is contained in:
David JULIEN 2021-11-20 17:10:19 +01:00
parent 562672bbf1
commit b057e1566b
1 changed files with 7 additions and 5 deletions

View File

@ -450,12 +450,14 @@ ls.snippets = {
f(copy, 1),
t({ "}", "" }),
}),
s("rmk", {
t({ "\\begin{rmk}" }),
t({ "", "\t" }),
i(1),
s("env", {
t({ "\\begin{" }),
i(1, "foo"),
t({ "}", "\t" }),
i(2),
t({ "", "\\end{" }),
i(0),
f(copy,1),
t({ "}", "" }),
}),
},