From 243ea5a116b0227610ac236ae06ac4893814f0dd Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 22 Sep 2021 05:35:48 +0200 Subject: [PATCH] Feat: add tabs in tabular --- nvim/.config/nvim/vsnips/tex.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/.config/nvim/vsnips/tex.json b/nvim/.config/nvim/vsnips/tex.json index 90243db..1b4ab83 100644 --- a/nvim/.config/nvim/vsnips/tex.json +++ b/nvim/.config/nvim/vsnips/tex.json @@ -3,9 +3,9 @@ "prefix": "tabular", "body": [ "\\\\begin{tabular}{$1}", - "\\\\hline", + "\t\\\\hline", "\t$0", - "\\\\hline", + "\t\\\\hline", "\\\\end{tabular}" ], "description": "tabular"