[nvim] feat: add env snippet
!!!BREAKING : remove "rmk" snippet
This commit is contained in:
parent
562672bbf1
commit
b057e1566b
@ -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({ "}", "" }),
|
||||||
}),
|
}),
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user