diff options
Diffstat (limited to 'lua/Snippets/tex/symbols.lua')
| -rw-r--r-- | lua/Snippets/tex/symbols.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/Snippets/tex/symbols.lua b/lua/Snippets/tex/symbols.lua index 76935db..4fd52c9 100644 --- a/lua/Snippets/tex/symbols.lua +++ b/lua/Snippets/tex/symbols.lua @@ -59,6 +59,13 @@ return { { condition = tex.in_mathzone } ), + s({ trig = 'plm', snippetType = 'autosnippet' }, + { + t('\\pm '), + }, + { condition = tex.in_mathzone } + ), + s({ trig = 'leq', snippetType = 'autosnippet' }, { t('\\leq '), |
