From 03b3455d571753c0657bf6f2f30aa289c7db2110 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 27 Oct 2024 20:40:26 -0400 Subject: tex changes --- nvim/snips/tex/chunks.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/snips/tex/chunks.lua') 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 -- cgit v1.3