Add neovim for real
This commit is contained in:
16
nvim/my-snippets/UltiSnips/tex.snippets
Normal file
16
nvim/my-snippets/UltiSnips/tex.snippets
Normal file
@@ -0,0 +1,16 @@
|
||||
snippet transframe "Transdissolving frame environment" b
|
||||
\begin{frame}[t]{${1:title}}
|
||||
\transdissolve
|
||||
\vfill
|
||||
${2:content}
|
||||
\vfill
|
||||
\end{frame}
|
||||
endsnippet
|
||||
|
||||
|
||||
snippet tikzfile
|
||||
\setbeamercovered{invisible}
|
||||
\begin{tikzpicture}[->,thick, node distance=1cm]
|
||||
\end{tikzpicture}
|
||||
% vim: set fo-=t: vim: set fo-=t:
|
||||
endsnippet
|
||||
Reference in New Issue
Block a user