From 313f7738fea3ab0d7f477c8c760037749ea7b735 Mon Sep 17 00:00:00 2001 From: ottjk Date: Sun, 10 Mar 2024 01:31:28 -0500 Subject: updates --- nvim/snips/tex/symbols.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nvim/snips/tex/symbols.lua') diff --git a/nvim/snips/tex/symbols.lua b/nvim/snips/tex/symbols.lua index 59b505b..35d0575 100644 --- a/nvim/snips/tex/symbols.lua +++ b/nvim/snips/tex/symbols.lua @@ -250,6 +250,10 @@ return { { n.t("\\chi") }, { condition = h.in_mathzone } ), + n.s({trig="'na", snippetType="autosnippet"}, + { n.t("\\nabla") }, + { condition = h.in_mathzone } + ), n.s({trig="del", snippetType="autosnippet"}, { n.t("\\Del") }, { condition = h.in_mathzone } @@ -358,4 +362,8 @@ return { { n.t("\\rhd") }, { condition = h.in_mathzone } ), + n.s({trig=",,", snippetType="autosnippet", wordTrig = false}, + { n.t("\\,") }, + { condition = h.in_mathzone } + ), } -- cgit v1.3