From 7c730479e2e44e74d87be0d7c34dfaef96f9a6e1 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Mon, 23 Dec 2024 11:10:01 +0100 Subject: Fix local config --- lua/Snippets/tex/math.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/Snippets/tex') 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), } -- cgit v1.2.3