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, {