From: Stefan Huber Date: Fri, 1 Mar 2019 20:28:41 +0000 (+0100) Subject: neosnippets: Add tex.snip X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=94a156e0dba048310f4e8c7589a6faac61960922;ds=sidebyside neosnippets: Add tex.snip --- diff --git a/neosnippets/tex.snip b/neosnippets/tex.snip new file mode 100644 index 0000000..404f372 --- /dev/null +++ b/neosnippets/tex.snip @@ -0,0 +1,11 @@ +snippet definition +alias \begin{definition} \definition + \begin{definition} + ${1:TARGET} + \end{definition} + +snippet only +alias \only + \only<${1:NUM:}>{ + ${2:TARGET} + }