diff --git a/nvim/ultisnips/tex.snippets b/nvim/ultisnips/tex.snippets index b429874..2432273 100644 --- a/nvim/ultisnips/tex.snippets +++ b/nvim/ultisnips/tex.snippets @@ -722,6 +722,12 @@ snippet AA "For all" iA \forall endsnippet +snippet image "Image" wA +\begin{figure}[${1:h}] + \includegraphics[width=${2:0.5}\textwidth]{$3} +\end{figure} $0 +endsnippet + snippet plot "Plot" w \begin{figure}[$1] \centering