diff options
| author | Nanderty <psopka@sopka.ch> | 2023-09-23 12:45:34 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-09-23 12:45:34 +0200 |
| commit | e419285b1f90b0dc77cb3d20bd11ba3c01f5c3bc (patch) | |
| tree | f559371bf9599f30a3aa262b2cbe6f44692910d5 /lua/Snippets/tex/sections.lua | |
| parent | 52cd974b95bb59f6500426fe020a2983dc0d37eb (diff) | |
| download | neovim-config-e419285b1f90b0dc77cb3d20bd11ba3c01f5c3bc.tar.gz neovim-config-e419285b1f90b0dc77cb3d20bd11ba3c01f5c3bc.tar.bz2 neovim-config-e419285b1f90b0dc77cb3d20bd11ba3c01f5c3bc.zip | |
Snippets and code improvements
Diffstat (limited to 'lua/Snippets/tex/sections.lua')
| -rw-r--r-- | lua/Snippets/tex/sections.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/Snippets/tex/sections.lua b/lua/Snippets/tex/sections.lua index 582201e..28640fc 100644 --- a/lua/Snippets/tex/sections.lua +++ b/lua/Snippets/tex/sections.lua @@ -45,7 +45,7 @@ return { s({ trig = 'sss', snippetType = 'autosnippet' }, fmta( - '\\newpage\\subsubsection{<>}', + '\\subsubsection{<>}', { i(1), } |
