diff options
Diffstat (limited to 'lua/Snippets/tex/math.lua')
| -rw-r--r-- | lua/Snippets/tex/math.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lua/Snippets/tex/math.lua b/lua/Snippets/tex/math.lua index 256ce10..25a7db9 100644 --- a/lua/Snippets/tex/math.lua +++ b/lua/Snippets/tex/math.lua @@ -179,6 +179,20 @@ return { { condition = tex.in_mathzone } ), + s({ trig = 'bgg', snippetType = 'autosnippet' }, + { + t('\\bigg'), + }, + { condition = tex.in_mathzone } + ), + + s({ trig = 'rvr', snippetType = 'autosnippet' }, + { + t('\\rvert'), + }, + { condition = tex.in_mathzone } + ), + s({ trig = "sin", snippetType = "autosnippet" }, fmta( '\\sin{\\left(<>\\right)}', |
