From 7fc4c2f63681b165e5a3691d1c63245ff36c1de7 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 4 Dec 2024 19:29:50 -0500 Subject: tex and sway screenshot --- nvim/snips/tex/symbols.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nvim/snips/tex/symbols.lua') diff --git a/nvim/snips/tex/symbols.lua b/nvim/snips/tex/symbols.lua index 7fff090..fe7f1f1 100644 --- a/nvim/snips/tex/symbols.lua +++ b/nvim/snips/tex/symbols.lua @@ -251,6 +251,16 @@ return { { n.i(1) }), { condition = h.in_mathzone } ), + n.s({trig="mfr", wordTrig=false, trigEngine="ecma", snippetType="autosnippet"}, + n.fmta("\\mathfrak{<>}", + { n.i(1) }), + { condition = h.in_mathzone } + ), + n.s({trig="mrm", wordTrig=false, trigEngine="ecma", snippetType="autosnippet"}, + n.fmta("\\mathrm{<>}", + { n.i(1) }), + { condition = h.in_mathzone } + ), n.s({trig="'hb", snippetType="autosnippet"}, { n.t("\\hbar") }, -- cgit v1.3