From 95686ce8c52cab5d43ec5cc031ce3758589a5f8f Mon Sep 17 00:00:00 2001 From: Nanderty Date: Fri, 19 May 2023 17:08:13 +0200 Subject: graphics --- lua/Snippets/tex/greek.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/Snippets/tex/greek.lua') 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 } ), -- cgit v1.2.3