[nvim] fix: tikz snippet for tex files

mail_filter
David JULIEN 1 year ago
parent 16fccceae2
commit 28d21abbda

@ -467,10 +467,10 @@ ls.snippets = {
t({ "}", "" }),
}),
s("tikz", {
t({ "\begin{center}" }),
t({ "\t\\begin{tikzpicture}[main/.style = {draw,circle}]", "\tt" }),
t({ "\\begin{center}" }),
t({ "", "\t\\begin{tikzpicture}[main/.style = {draw,circle}]", "\t\t" }),
i(1),
t({ "\t\\end{tikzpicture}", "\\end{center}" }),
t({ "", "\t\\end{tikzpicture}", "\\end{center}" }),
}),
},