summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/general.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/Snippets/tex/general.lua')
-rw-r--r--lua/Snippets/tex/general.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/Snippets/tex/general.lua b/lua/Snippets/tex/general.lua
index 78c2a2c..b0a7090 100644
--- a/lua/Snippets/tex/general.lua
+++ b/lua/Snippets/tex/general.lua
@@ -45,13 +45,4 @@ s({ trig = 'new', snippetType = 'autosnippet' },
),
{ condition = helper.line_begin }
),
- s({ trig = '^', snippetType = 'autosnippet' },
- fmta(
- '^{<>}',
- {
- i(1),
- }
- ),
- { condition = tex.in_mathzone }
- ),
}