diff options
| author | Nanderty <psopka@sopka.ch> | 2023-05-20 12:04:36 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-05-20 12:04:36 +0200 |
| commit | b899d885a8672df51e6c7fe6ed3837bac008467f (patch) | |
| tree | d26374000f0c9f66e0a1d872027924b812370fa3 /lua/Snippets/tex/environments.lua | |
| parent | 95686ce8c52cab5d43ec5cc031ce3758589a5f8f (diff) | |
| download | neovim-config-b899d885a8672df51e6c7fe6ed3837bac008467f.tar.gz neovim-config-b899d885a8672df51e6c7fe6ed3837bac008467f.tar.bz2 neovim-config-b899d885a8672df51e6c7fe6ed3837bac008467f.zip | |
colorscheme, telescope
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( [[ |
