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/units.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lua/Snippets/tex/units.lua (limited to 'lua/Snippets/tex/units.lua') diff --git a/lua/Snippets/tex/units.lua b/lua/Snippets/tex/units.lua new file mode 100644 index 0000000..c1e4f0b --- /dev/null +++ b/lua/Snippets/tex/units.lua @@ -0,0 +1,12 @@ +local tex = require('Snippets.luasniphelperslatex') +local helper = require('Snippets.luasniphelpers') + +return { + + s({ trig = 'twd', snippetType = 'autosnippet' }, + { + t('\\textwidth'), + } + ), + +} -- cgit v1.2.3