X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=neosnippets%2Ftex.snip;fp=neosnippets%2Ftex.snip;h=404f372097dde827568ed238c9bee6f884af2a40;hp=0000000000000000000000000000000000000000;hb=94a156e0dba048310f4e8c7589a6faac61960922;hpb=8b968774dab7522ad54bb470424416b5c1e7b9c2 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} + }