Merge branch 'dev' into logos

nvim: fix tikz snippet for tex
This commit is contained in:
David JULIEN 2021-12-06 00:23:02 +01:00
commit 451c39beba
No known key found for this signature in database
GPG Key ID: 4B388E8BD9D47382
1 changed files with 3 additions and 3 deletions

View File

@ -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}" }),
}),
},