diff options
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', |
