From e419285b1f90b0dc77cb3d20bd11ba3c01f5c3bc Mon Sep 17 00:00:00 2001 From: Nanderty Date: Sat, 23 Sep 2023 12:45:34 +0200 Subject: Snippets and code improvements --- lua/Snippets/tex/general.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/Snippets/tex/general.lua') diff --git a/lua/Snippets/tex/general.lua b/lua/Snippets/tex/general.lua index 23d2e60..089edef 100644 --- a/lua/Snippets/tex/general.lua +++ b/lua/Snippets/tex/general.lua @@ -21,14 +21,14 @@ return { ) ), - s({ trig = 'new', snippetType = 'autosnippet' }, + s({ trig = 'nwp', snippetType = 'autosnippet' }, { t('\\newpage'), }, { condition = helper.line_begin } ), - s({ trig = 'hh', snippetType = 'autosnippet' }, + s({ trig = 'snt', snippetType = 'autosnippet' }, fmta( '\\SI{<>}{<>}', { -- cgit v1.2.3