diff options
| author | Nanderty <psopka@sopka.ch> | 2023-05-19 17:08:13 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-05-19 17:08:13 +0200 |
| commit | 95686ce8c52cab5d43ec5cc031ce3758589a5f8f (patch) | |
| tree | dd00f6c20d8bbfa4406e80512258aa60239b96b0 /lua/Snippets/tex/greek.lua | |
| parent | 5b86f069582eaff5d360e62e28dcaba3aee9de47 (diff) | |
| download | neovim-config-95686ce8c52cab5d43ec5cc031ce3758589a5f8f.tar.gz neovim-config-95686ce8c52cab5d43ec5cc031ce3758589a5f8f.tar.bz2 neovim-config-95686ce8c52cab5d43ec5cc031ce3758589a5f8f.zip | |
graphics
Diffstat (limited to 'lua/Snippets/tex/greek.lua')
| -rw-r--r-- | lua/Snippets/tex/greek.lua | 4 |
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 } ), |
