From 8ed627dbe6cefda2891778200960dce615577617 Mon Sep 17 00:00:00 2001 From: gzagatti Date: Wed, 4 Dec 2024 22:55:30 +0100 Subject: [PATCH] add fraction snippet --- nvim/vsnip/org.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nvim/vsnip/org.json b/nvim/vsnip/org.json index 2be6bab..cf5d3e1 100644 --- a/nvim/vsnip/org.json +++ b/nvim/vsnip/org.json @@ -32,5 +32,12 @@ "\\( $1 \\)$0" ], "description": "inline math template." + }, + "frac": { + "prefix": ["frac"], + "body": [ + "\\frac{$1}{$2}$0" + ], + "description": "fraction." } }