From 0bd9cb1ad4eea1dcb204d5f90b58978a60e655cd Mon Sep 17 00:00:00 2001 From: ottjk Date: Sun, 1 Sep 2024 23:01:08 -0400 Subject: lectern config --- nvim/snips/tex/symbols.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nvim') diff --git a/nvim/snips/tex/symbols.lua b/nvim/snips/tex/symbols.lua index 04d7e78..cbd7680 100644 --- a/nvim/snips/tex/symbols.lua +++ b/nvim/snips/tex/symbols.lua @@ -109,6 +109,14 @@ return { { n.t("\\leftrightarrow") }, { condition = h.in_mathzone } ), + n.s({trig="^^", snippetType="autosnippet"}, + { n.t("\\uparrow") }, + { condition = h.in_mathzone } + ), + n.s({trig="vv", snippetType="autosnippet"}, + { n.t("\\downarrow") }, + { condition = h.in_mathzone } + ), n.s({trig="!>", snippetType="autosnippet"}, { n.t("\\mapsto") }, { condition = h.in_mathzone } -- cgit v1.3