From 3c6845fdbc5f3448d2f99e444fed1c8758845866 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Thu, 12 Oct 2023 22:25:33 +0200 Subject: Snippet improvements chemistry --- lua/Snippets/tex/chemistry.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lua/Snippets/tex/chemistry.lua') 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', -- cgit v1.2.3