diff options
Diffstat (limited to 'nvim/snips/tex/chunks.lua')
| -rw-r--r-- | nvim/snips/tex/chunks.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/snips/tex/chunks.lua b/nvim/snips/tex/chunks.lua index 5fb1aaf..617f648 100644 --- a/nvim/snips/tex/chunks.lua +++ b/nvim/snips/tex/chunks.lua @@ -82,7 +82,7 @@ local enumType = function (_, snip) if type == "n" then return "\\arabic*." elseif type == "a" then - return "\\alph*)" + return "(\\alph*)" elseif type == "i" then return "(\\roman*)" end |