diff options
| author | Nanderty <psopka@sopka.ch> | 2024-01-31 15:47:52 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2024-01-31 15:47:52 +0100 |
| commit | 0d00ee23f35046f8465cb8302b6795d15227dfda (patch) | |
| tree | 3f3042de3a141e491bc98acd91490a263939a74d /lua/Snippets/tex/enumerate.lua | |
| parent | 42383b96d9a1b929080824946340d7459d49ac20 (diff) | |
| download | neovim-config-0d00ee23f35046f8465cb8302b6795d15227dfda.tar.gz neovim-config-0d00ee23f35046f8465cb8302b6795d15227dfda.tar.bz2 neovim-config-0d00ee23f35046f8465cb8302b6795d15227dfda.zip | |
Snippets and general improvements
Diffstat (limited to 'lua/Snippets/tex/enumerate.lua')
| -rw-r--r-- | lua/Snippets/tex/enumerate.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/Snippets/tex/enumerate.lua b/lua/Snippets/tex/enumerate.lua index 7677c9c..65c78a4 100644 --- a/lua/Snippets/tex/enumerate.lua +++ b/lua/Snippets/tex/enumerate.lua @@ -17,7 +17,7 @@ return { { condition = helper.line_begin } ), - s({ trig = 'ite', snippetType = 'autosnippet' }, + s({ trig = 'itm', snippetType = 'autosnippet' }, { t('\\item') }, { condition = tex.in_enumerate * helper.line_begin } ), |
