From 95686ce8c52cab5d43ec5cc031ce3758589a5f8f Mon Sep 17 00:00:00 2001 From: Nanderty Date: Fri, 19 May 2023 17:08:13 +0200 Subject: graphics --- lua/Snippets/tex/symbols.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lua/Snippets/tex/symbols.lua') diff --git a/lua/Snippets/tex/symbols.lua b/lua/Snippets/tex/symbols.lua index 76fc3c2..ef57ca4 100644 --- a/lua/Snippets/tex/symbols.lua +++ b/lua/Snippets/tex/symbols.lua @@ -59,10 +59,24 @@ return { { condition = tex.in_mathzone } ), + s({ trig = 'perp', snippetType = 'autosnippet' }, + { + t('\\perp '), + }, + { condition = tex.in_mathzone } + ), + s({ trig = 'Ria', snippetType = 'autosnippet' }, { t('\\Rightarrow '), }, { condition = tex.in_mathzone } ), + + s({ trig = 'to', snippetType = 'autosnippet' }, + { + t('\\to '), + }, + { condition = tex.in_mathzone } + ), } -- cgit v1.2.3