From 3c08b71cfe72792c2c7b486758ef175cbdb802e4 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 9 Oct 2025 21:17:11 +0200 Subject: [PATCH] [Snippets] Add newly added snippets --- nvim/snippets/snippets/tex.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/nvim/snippets/snippets/tex.json b/nvim/snippets/snippets/tex.json index cbd346f..eb13061 100755 --- a/nvim/snippets/snippets/tex.json +++ b/nvim/snippets/snippets/tex.json @@ -53,6 +53,15 @@ }, "Important Remarks": { "prefix": "remarks", + "body": [ + "\\begin{remark}[]{$1}", + "\t$2", + "\\end{remark}" + ], + "description": "Inserts a tcolorbox to provide remarks (green), but here numbered" + }, + "Remark (numbered)": { + "prefix": "remark", "body": [ "\\begin{remarks}[]{$1}", "\t$2", @@ -87,6 +96,15 @@ ], "description": "Inserts a tcolorbox to inform about restrictions" }, + "Intuition": { + "prefix": "restrictions", + "body": [ + "\\begin{intuition}[]{$1}", + "\t$2", + "\\end{intuition}" + ], + "description": "Tcolorbox to highlight sections about intuition" + }, "Limitations": { "prefix": "limitations", "body": [