[nvim] fix: tikz snippet for tex files
This commit is contained in:
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}" }),
|
||||
}),
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user