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/environments.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/Snippets/tex/environments.lua') diff --git a/lua/Snippets/tex/environments.lua b/lua/Snippets/tex/environments.lua index c4bb38a..f2eb15a 100644 --- a/lua/Snippets/tex/environments.lua +++ b/lua/Snippets/tex/environments.lua @@ -2,7 +2,7 @@ local helper = require('Snippets.luasniphelpers') local helper = require('Snippets.luasniphelpers') return { - -- variable environment + s({ trig = 'beg', snippetType = 'autosnippet' }, fmta( [[ @@ -18,7 +18,7 @@ return { ), { condition = helper.line_begin } ), - -- enumerate environment + s({ trig = 'enu', snippetType = 'autosnippet' }, fmta( [[ @@ -32,7 +32,7 @@ return { ), { condition = helper.line_begin } ), - -- align environment + s({ trig = 'ali', snippetType = 'autosnippet' }, fmta( [[ -- cgit v1.2.3