diff options
| author | joott <josh@ottmail.me> | 2025-04-10 14:39:31 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-04-10 14:39:31 -0400 |
| commit | 1bad4e90e0ec13e0d908b00498521ddf3954077b (patch) | |
| tree | 29e546312cea9b2c267440745a01e1928b9b5e88 | |
| parent | 8a32c9fa3982a048f4bf558ec94066a6c9951b1e (diff) | |
| download | dotfiles-1bad4e90e0ec13e0d908b00498521ddf3954077b.tar.gz dotfiles-1bad4e90e0ec13e0d908b00498521ddf3954077b.zip | |
capital sigma
| -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 } |