From bdd3025be432f5d78f8bfe1584c90ce63e51a693 Mon Sep 17 00:00:00 2001 From: ottjk Date: Sun, 28 Jan 2024 12:08:43 -0500 Subject: updated snips and configs toml --- nvim/snips/tex/chunks.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nvim/snips/tex/chunks.lua') diff --git a/nvim/snips/tex/chunks.lua b/nvim/snips/tex/chunks.lua index 7e6b8d1..5fb1aaf 100644 --- a/nvim/snips/tex/chunks.lua +++ b/nvim/snips/tex/chunks.lua @@ -206,7 +206,7 @@ return { \end{split}\end{equation} ]], { n.i(0) }), - { condition = h.in_text * h.line_begin }) + { condition = h.in_text * h.line_begin }), -- split display equation n.s({trig="sld", snippetType="autosnippet"}, n.fmta( @@ -216,5 +216,5 @@ return { \end{split} \] ]], { n.i(0) }), - { condition = h.in_text * h.line_begin }) + { condition = h.in_text * h.line_begin }), } -- cgit v1.3