summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/math.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/Snippets/tex/math.lua')
-rw-r--r--lua/Snippets/tex/math.lua11
1 files changed, 9 insertions, 2 deletions
diff --git a/lua/Snippets/tex/math.lua b/lua/Snippets/tex/math.lua
index 25a7db9..ddaf2a2 100644
--- a/lua/Snippets/tex/math.lua
+++ b/lua/Snippets/tex/math.lua
@@ -174,6 +174,13 @@ return {
{ condition = tex.in_mathzone }
),
+ s({ trig = 'str', snippetType = 'autosnippet' },
+ {
+ t('\\star '),
+ },
+ { condition = tex.in_mathzone }
+ ),
+
s({ trig = 'df', snippetType = 'autosnippet' },
{ t('\\,d ') },
{ condition = tex.in_mathzone }
@@ -181,14 +188,14 @@ return {
s({ trig = 'bgg', snippetType = 'autosnippet' },
{
- t('\\bigg'),
+ t('\\bigg '),
},
{ condition = tex.in_mathzone }
),
s({ trig = 'rvr', snippetType = 'autosnippet' },
{
- t('\\rvert'),
+ t('\\rvert '),
},
{ condition = tex.in_mathzone }
),