From ab055c24e14a178ff002ef9072c85a6be35572a5 Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Thu, 9 Jun 2022 19:43:43 +0200 Subject: [PATCH] Fix table snippet --- _config/nvim/UltiSnips/plaintex.snippets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config/nvim/UltiSnips/plaintex.snippets b/_config/nvim/UltiSnips/plaintex.snippets index 78a0527..2874a7f 100644 --- a/_config/nvim/UltiSnips/plaintex.snippets +++ b/_config/nvim/UltiSnips/plaintex.snippets @@ -24,8 +24,8 @@ snippet color endsnippet snippet table -\begin{tabular}{ $1 } - $2 & $3 & cell3 \\\\ - cell4 & cell5 \\\\ +\begin{tabular}{ c | c } + cell1 & cell2 \\\\ + cell3 & cell4 \\\\ \end{tabular} endsnippet