diff options
Diffstat (limited to 'lua/Snippets/tex/general.lua')
| -rw-r--r-- | lua/Snippets/tex/general.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/Snippets/tex/general.lua b/lua/Snippets/tex/general.lua index 0aaca6d..0b13342 100644 --- a/lua/Snippets/tex/general.lua +++ b/lua/Snippets/tex/general.lua @@ -63,6 +63,15 @@ return { ) ), + s({ trig = 'pht', snippetType = 'autosnippet' }, + fmta( + '\\phantom{<>}', + { + i(1), + } + ) + ), + s({ trig = 'nmb', snippetType = 'autosnippet' }, fmta( '\\num{<>}', |
