summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/tables.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-10-12 22:25:33 +0200
committerNanderty <psopka@sopka.ch>2023-10-12 22:25:33 +0200
commit3c6845fdbc5f3448d2f99e444fed1c8758845866 (patch)
treefddf3d42b392a048ff72de0951744ee3a23b3d7c /lua/Snippets/tex/tables.lua
parentc78f40aa7d9869a20b6c7d20f73113a64fbac39d (diff)
downloadneovim-config-3c6845fdbc5f3448d2f99e444fed1c8758845866.tar.gz
neovim-config-3c6845fdbc5f3448d2f99e444fed1c8758845866.tar.bz2
neovim-config-3c6845fdbc5f3448d2f99e444fed1c8758845866.zip
Snippet improvements chemistry
Diffstat (limited to 'lua/Snippets/tex/tables.lua')
-rw-r--r--lua/Snippets/tex/tables.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/Snippets/tex/tables.lua b/lua/Snippets/tex/tables.lua
index 80531e1..b2f39b3 100644
--- a/lua/Snippets/tex/tables.lua
+++ b/lua/Snippets/tex/tables.lua
@@ -1,5 +1,4 @@
local helper = require('Snippets.luasniphelpers')
-local helper = require('Snippets.luasniphelpers')
return {
@@ -13,7 +12,7 @@ return {
\end{tabular}
\caption{<>
}
- \label{fig:<>}
+ \label{tbl:<>}
\end{table}
]],
{
@@ -36,7 +35,7 @@ return {
\end{tabularx}
\caption{<>
}
- \label{fig:<>}
+ \label{tbl:<>}
\end{table}
]],
{