summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/snips/tex/symbols.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/snips/tex/symbols.lua b/nvim/snips/tex/symbols.lua
index 6794d80..ef64e96 100644
--- a/nvim/snips/tex/symbols.lua
+++ b/nvim/snips/tex/symbols.lua
@@ -330,6 +330,10 @@ return {
{ n.t("\\approx") },
{ condition = h.in_mathzone }
),
+ n.s({trig="=~", snippetType="autosnippet"},
+ { n.t("\\cong") },
+ { condition = h.in_mathzone }
+ ),
n.s({trig="'de", snippetType="autosnippet"},
{ n.t("\\delta") },
{ condition = h.in_mathzone }