summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/sections.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-09-23 12:45:34 +0200
committerNanderty <psopka@sopka.ch>2023-09-23 12:45:34 +0200
commite419285b1f90b0dc77cb3d20bd11ba3c01f5c3bc (patch)
treef559371bf9599f30a3aa262b2cbe6f44692910d5 /lua/Snippets/tex/sections.lua
parent52cd974b95bb59f6500426fe020a2983dc0d37eb (diff)
downloadneovim-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.lua2
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),
}