summaryrefslogtreecommitdiff
path: root/nvim/snips
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2024-09-07 01:26:00 -0400
committerJosh <joshott16@gmail.com>2024-09-07 01:26:00 -0400
commitac117d213500aeba56403ed40773b0cbf081c8bf (patch)
tree3d2b99173dc2c97e2a69517a7494b0440da92e05 /nvim/snips
parent0bd9cb1ad4eea1dcb204d5f90b58978a60e655cd (diff)
downloaddotfiles-ac117d213500aeba56403ed40773b0cbf081c8bf.tar.gz
dotfiles-ac117d213500aeba56403ed40773b0cbf081c8bf.zip
fixed typo
Diffstat (limited to 'nvim/snips')
-rw-r--r--nvim/snips/tex/symbols.lua2
1 files changed, 1 insertions, 1 deletions
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"},