1

Update generated neovim config

This commit is contained in:
2024-09-22 20:41:25 +02:00
parent 1743764e48
commit aa1271c42c
1247 changed files with 26512 additions and 15067 deletions

View File

@ -19,6 +19,6 @@
\faFil
\faFilea
\faIcon{fil}
\faIcon[regula]{file}
\faIcon[regula]{fil}
\end{document}

View File

@ -27,6 +27,12 @@
return [x + p for x in ('a', 'b')]
\end{RobExtCacheMeCode}
\begin{CacheMe}{tikz}[scale=0.6]
\draw[gray, thick] (-1,2) -- (2,-4);
\draw[gray, thick] (-1,-1) -- (2,2);
\filldraw[black] (0,0) circle (2pt) node[anchor=west]{Intersection point};
\end{CacheMe}
\begin{CacheMe}{tikzpicture}[scale=0.6]
\draw[gray, thick] (-1,2) -- (2,-4);
\draw[gray, thick] (-1,-1) -- (2,2);
@ -43,4 +49,8 @@ def f(p: string):
return [x + p for x in ('a', 'b')]
\end{PlaceholderPathFromCode}
\begin{CacheMe}{latex}
This is regular \LaTeX commands.
\end{CacheMe}
\end{document}