summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/chemistry.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/chemistry.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/chemistry.lua')
-rw-r--r--lua/Snippets/tex/chemistry.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/lua/Snippets/tex/chemistry.lua b/lua/Snippets/tex/chemistry.lua
index 3ae0e9d..3446fba 100644
--- a/lua/Snippets/tex/chemistry.lua
+++ b/lua/Snippets/tex/chemistry.lua
@@ -2,6 +2,19 @@ local tex = require('Snippets.luasniphelperslatex')
local helper = require('Snippets.luasniphelpers')
return {
+
+ s({ trig = 'nvc', snippetType = 'autosnippet' },
+ {
+ t('\\invacuo '),
+ }
+ ),
+
+ s({ trig = 'nmr', snippetType = 'autosnippet' },
+ {
+ t('\\NMR* '),
+ }
+ ),
+
s({ trig = 'chmr', snippetType = 'autosnippet' },
fmta(
'\\ch{ <> ->>[ <> ][ <> ] <> }\\par',