diff options
Diffstat (limited to 'lua/Snippets/tex/environments.lua')
| -rw-r--r-- | lua/Snippets/tex/environments.lua | 14 |
1 files changed, 0 insertions, 14 deletions
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( [[ |
