From ef44657937474145403c2b441b862035914d6a44 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Sun, 26 Mar 2023 16:04:40 +0200 Subject: Snippets --- Snippets/tex/greek.lua | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Snippets/tex/greek.lua (limited to 'Snippets/tex/greek.lua') diff --git a/Snippets/tex/greek.lua b/Snippets/tex/greek.lua deleted file mode 100644 index ebcabfe..0000000 --- a/Snippets/tex/greek.lua +++ /dev/null @@ -1,18 +0,0 @@ -local in_mathzone = function() - return vim.fn['vimtex#syntax#in_mathzone']() == 1 -end - -return { - s({ trig = "pi", snippetType = "autosnippet" }, - { - t("\\pi"), - }, - { condition = in_mathzone } - ), - s({ trig = "0eps", snippetType = "autosnippet" }, - { - t("\\epsilon_0"), - }, - { condition = in_mathzone } - ), -} -- cgit v1.2.3