summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/greek.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/Snippets/tex/greek.lua')
-rw-r--r--lua/Snippets/tex/greek.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/Snippets/tex/greek.lua b/lua/Snippets/tex/greek.lua
index 7431adc..b2d076e 100644
--- a/lua/Snippets/tex/greek.lua
+++ b/lua/Snippets/tex/greek.lua
@@ -131,14 +131,14 @@ return {
s({ trig = 'lam', snippetType = 'autosnippet' },
{
- t('\\lam '),
+ t('\\lambda '),
},
{ condition = tex.in_mathzone }
),
s({ trig = 'Lam', snippetType = 'autosnippet' },
{
- t('\\Lam '),
+ t('\\Lambda '),
},
{ condition = tex.in_mathzone }
),