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"