79774464

Date: 2025-09-25 07:03:30
Score: 1
Natty:
Report link

My mistake was in a completely different place. In my ~/.config/nvim/LuaSnip directory, I had a tex.lua file which contained the following snippet:

s({ trig = '^', regTrig = false}, { fmta('_{<>}', { i(1) }) }),

I removed the extra pair of parentheses:

s({ trig = '^', regTrig = false}, fmta('_{<>}', { i(1) }) ),

and the error went away (after also fixing the trigger on the magic character ^).

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JacKethane