From 4df11718eafae740399ecf88026e936c6537ba47 Mon Sep 17 00:00:00 2001 From: arne314 <73391160+arne314@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:10:49 +0200 Subject: [PATCH] minor(snip)!: update `compose` snippet --- lua/typstar/snippets/math.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/typstar/snippets/math.lua b/lua/typstar/snippets/math.lua index 0d7069d..21c8e1c 100644 --- a/lua/typstar/snippets/math.lua +++ b/lua/typstar/snippets/math.lua @@ -71,7 +71,7 @@ return { -- misc snip('to', '->> ', {}, math), snip('mt', '|->> ', {}, math), - snip('Oo', 'compose ', {}, math), + snip('cp', 'compose ', {}, math), snip('iso', 'tilde.equiv ', {}, math), snip('cc', 'cases(\n\t<>\n)\\', { i(1, '1') }, math), snip('([A-Za-z])o([A-Za-z0-9]) ', '<>(<>) ', { cap(1), cap(2) }, math, 100, {