diff options
| author | Nanderty <psopka@sopka.ch> | 2024-12-23 11:10:01 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2024-12-23 11:10:01 +0100 |
| commit | 7c730479e2e44e74d87be0d7c34dfaef96f9a6e1 (patch) | |
| tree | 0447ce633c3a839818cc3f70229ec8328b8c5467 /lua/Snippets/tex/math.lua | |
| parent | e711158bb790bdcb6634df9521c880e9eb0c1d6b (diff) | |
| download | neovim-config-7c730479e2e44e74d87be0d7c34dfaef96f9a6e1.tar.gz neovim-config-7c730479e2e44e74d87be0d7c34dfaef96f9a6e1.tar.bz2 neovim-config-7c730479e2e44e74d87be0d7c34dfaef96f9a6e1.zip | |
Fix local config
Diffstat (limited to 'lua/Snippets/tex/math.lua')
| -rw-r--r-- | lua/Snippets/tex/math.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/Snippets/tex/math.lua b/lua/Snippets/tex/math.lua index 33903a6..d670861 100644 --- a/lua/Snippets/tex/math.lua +++ b/lua/Snippets/tex/math.lua @@ -295,7 +295,7 @@ return { s({ trig = "ln", snippetType = "autosnippet" }, fmta( - '\\ln{(<>)}', + '\\ln{\\left(<>\\right)}', { i(1), } |
