Merge branch 'dev' into gentoo

nvim: fix tex snippets
mercury
David JULIEN 1 year ago
commit dc18ef2ac3
No known key found for this signature in database
GPG Key ID: 4B388E8BD9D47382

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