From ac117d213500aeba56403ed40773b0cbf081c8bf Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 7 Sep 2024 01:26:00 -0400 Subject: fixed typo --- nvim/snips/tex/symbols.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/snips/tex/symbols.lua b/nvim/snips/tex/symbols.lua index cbd7680..59e1c0c 100644 --- a/nvim/snips/tex/symbols.lua +++ b/nvim/snips/tex/symbols.lua @@ -146,7 +146,7 @@ return { { condition = h.in_mathzone } ), n.s({trig="qq", snippetType="autosnippet"}, - { n.t("\\supset") }, + { n.t("\\supseteq") }, { condition = h.in_mathzone } ), n.s({trig="qc", snippetType="autosnippet"}, -- cgit v1.3