diff options
| author | Nanderty <psopka@sopka.ch> | 2023-10-12 22:25:33 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-10-12 22:25:33 +0200 |
| commit | 3c6845fdbc5f3448d2f99e444fed1c8758845866 (patch) | |
| tree | fddf3d42b392a048ff72de0951744ee3a23b3d7c /lua/Snippets/tex/chemistry.lua | |
| parent | c78f40aa7d9869a20b6c7d20f73113a64fbac39d (diff) | |
| download | neovim-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.lua | 13 |
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', |
