From: Stefan Huber Date: Wed, 18 Sep 2024 10:14:35 +0000 (+0200) Subject: neosnippets: Add inputtikz X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=bf719bbf8a8793767952fbd201250136efc9c735;p=vimconf.git neosnippets: Add inputtikz --- diff --git a/neosnippets/tex.snip b/neosnippets/tex.snip index 177d427..75b1547 100644 --- a/neosnippets/tex.snip +++ b/neosnippets/tex.snip @@ -23,3 +23,13 @@ alias \begin{choices} \choices \begin{choices} ${1:TARGET} \end{choices} + + +snippet inputtikz +abbr figure with \inputtikz + \begin{figure}[tbhp] + \centering + \inputtikz{${1:TARGET}} + \caption{${2:CAPTION}} + \label{fig:$1} + \end{figure}