From b899d885a8672df51e6c7fe6ed3837bac008467f Mon Sep 17 00:00:00 2001 From: Nanderty Date: Sat, 20 May 2023 12:04:36 +0200 Subject: colorscheme, telescope --- lua/Snippets/tex/environments.lua | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'lua/Snippets/tex/environments.lua') diff --git a/lua/Snippets/tex/environments.lua b/lua/Snippets/tex/environments.lua index f2eb15a..3e8b543 100644 --- a/lua/Snippets/tex/environments.lua +++ b/lua/Snippets/tex/environments.lua @@ -19,20 +19,6 @@ return { { condition = helper.line_begin } ), - s({ trig = 'enu', snippetType = 'autosnippet' }, - fmta( - [[ -\begin{enumerate} - \item <> -\end{enumerate} -]], - { - i(1), - } - ), - { condition = helper.line_begin } - ), - s({ trig = 'ali', snippetType = 'autosnippet' }, fmta( [[ -- cgit v1.2.3