From 52cd974b95bb59f6500426fe020a2983dc0d37eb Mon Sep 17 00:00:00 2001 From: Nanderty Date: Mon, 12 Jun 2023 08:29:20 +0200 Subject: Snippets und Verbesserungen --- lua/Snippets/tex/environments.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/Snippets/tex/environments.lua') diff --git a/lua/Snippets/tex/environments.lua b/lua/Snippets/tex/environments.lua index 3e8b543..46e5ee5 100644 --- a/lua/Snippets/tex/environments.lua +++ b/lua/Snippets/tex/environments.lua @@ -3,7 +3,7 @@ local helper = require('Snippets.luasniphelpers') return { - s({ trig = 'beg', snippetType = 'autosnippet' }, + s({ trig = 'bgn', snippetType = 'autosnippet' }, fmta( [[ \begin{<>} @@ -19,7 +19,7 @@ return { { condition = helper.line_begin } ), - s({ trig = 'ali', snippetType = 'autosnippet' }, + s({ trig = 'lgn', snippetType = 'autosnippet' }, fmta( [[ \begin{align*} -- cgit v1.2.3