diff options
| author | Josh <joshott16@gmail.com> | 2024-09-07 01:26:00 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2024-09-07 01:26:00 -0400 |
| commit | ac117d213500aeba56403ed40773b0cbf081c8bf (patch) | |
| tree | 3d2b99173dc2c97e2a69517a7494b0440da92e05 /nvim/snips | |
| parent | 0bd9cb1ad4eea1dcb204d5f90b58978a60e655cd (diff) | |
| download | dotfiles-ac117d213500aeba56403ed40773b0cbf081c8bf.tar.gz dotfiles-ac117d213500aeba56403ed40773b0cbf081c8bf.zip | |
fixed typo
Diffstat (limited to 'nvim/snips')
| -rw-r--r-- | nvim/snips/tex/symbols.lua | 2 |
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"}, |