diff options
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/snips/tex/symbols.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/snips/tex/symbols.lua b/nvim/snips/tex/symbols.lua index fe7f1f1..6794d80 100644 --- a/nvim/snips/tex/symbols.lua +++ b/nvim/snips/tex/symbols.lua @@ -390,6 +390,10 @@ return { { n.t("\\sigma") }, { condition = h.in_mathzone } ), + n.s({trig="'Si", snippetType="autosnippet"}, + { n.t("\\Sigma") }, + { condition = h.in_mathzone } + ), n.s({trig="'xi", snippetType="autosnippet"}, { n.t("\\xi") }, { condition = h.in_mathzone } |