nvim: math typst snippets
This commit is contained in:
parent
1b23a42e23
commit
6b47e1a919
@ -9,6 +9,11 @@ return {
|
|||||||
s({ trig = "qu", name = "square (qu-artic) exponent", wordTrig = false }, t("^2")),
|
s({ trig = "qu", name = "square (qu-artic) exponent", wordTrig = false }, t("^2")),
|
||||||
s({ trig = "cub", name = "cub-ed exponent", wordTrig = false }, t("^3")),
|
s({ trig = "cub", name = "cub-ed exponent", wordTrig = false }, t("^3")),
|
||||||
|
|
||||||
|
-- limits
|
||||||
|
s({ trig = "plus", name = "plus exponent", wordTrig = false }, t("^+")),
|
||||||
|
s({ trig = "min", name = "minus exponent", wordTrig = false }, t("^-")),
|
||||||
|
s({ trig = "lim", name = "limit", wordTrig = false }, fmt("lim_({}) ", { i(1) })),
|
||||||
|
|
||||||
s({
|
s({
|
||||||
trig = "numb",
|
trig = "numb",
|
||||||
name = "numbered equation",
|
name = "numbered equation",
|
||||||
|
Loading…
Reference in New Issue
Block a user