[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), f(copy, 1),
t({ "}", "" }), t({ "}", "" }),
}), }),
s("rmk", { s("env", {
t({ "\\begin{rmk}" }), t({ "\\begin{" }),
t({ "", "\t" }), i(1, "foo"),
i(1), t({ "}", "\t" }),
i(2),
t({ "", "\\end{" }), t({ "", "\\end{" }),
i(0), f(copy,1),
t({ "}", "" }),
}), }),
}, },