Update
This commit is contained in:
@@ -43,9 +43,9 @@ return {
|
||||
s({ trig = "eps", snippetType = "autosnippet", wordTrig = false }, {
|
||||
t("epsilon"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "vps", snippetType = "autosnippet", wordTrig = false }, {
|
||||
t("varepsilon"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
-- s({ trig = "vps", snippetType = "autosnippet", wordTrig = false }, {
|
||||
-- t("varepsilon"),
|
||||
-- }, { condition = tex.in_mathzone }),
|
||||
s({ trig = "Eps", snippetType = "autosnippet", wordTrig = false }, {
|
||||
t("Epsilon"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
@@ -148,12 +148,12 @@ return {
|
||||
s({ trig = "Phi", snippetType = "autosnippet", wordTrig = false }, {
|
||||
t("Phi"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "vhi", snippetType = "autosnippet", wordTrig = false }, {
|
||||
t("varphi"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "Vhi", snippetType = "autosnippet", wordTrig = false }, {
|
||||
t("Varphi"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
-- s({ trig = "vhi", snippetType = "autosnippet", wordTrig = false }, {
|
||||
-- t("varphi"),
|
||||
-- }, { condition = tex.in_mathzone }),
|
||||
-- s({ trig = "Vhi", snippetType = "autosnippet", wordTrig = false }, {
|
||||
-- t("Varphi"),
|
||||
-- }, { condition = tex.in_mathzone }),
|
||||
s({ trig = "chi", snippetType = "autosnippet", wordTrig = false }, {
|
||||
t("chi"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
|
||||
Reference in New Issue
Block a user