neosnippets: Add tex.snip
[vimconf.git] / neosnippets / tex.snip
diff --git a/neosnippets/tex.snip b/neosnippets/tex.snip
new file mode 100644 (file)
index 0000000..404f372
--- /dev/null
@@ -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}
+       }