From 03b3455d571753c0657bf6f2f30aa289c7db2110 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 27 Oct 2024 20:40:26 -0400 Subject: tex changes --- nvim/snips/tex/symbols.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nvim/snips/tex/symbols.lua') diff --git a/nvim/snips/tex/symbols.lua b/nvim/snips/tex/symbols.lua index 9d1459b..7fff090 100644 --- a/nvim/snips/tex/symbols.lua +++ b/nvim/snips/tex/symbols.lua @@ -161,6 +161,10 @@ return { { n.t("\\cup") }, { condition = h.in_mathzone } ), + n.s({trig="uU", snippetType="autosnippet"}, + { n.t("\\sqcup") }, + { condition = h.in_mathzone } + ), n.s({trig="bar", snippetType="autosnippet", priority=100}, n.fmta("\\bar{<>}", { n.i(1) }), -- cgit v1.3