init: Turn autocmd to au
[vimconf.git] / neosnippets / tex.snip
1 snippet definition
2 alias \begin{definition} \definition
3 \begin{definition}
4 ${1:TARGET}
5 \end{definition}
6
7 snippet only
8 alias \only
9 \only<${1:NUM:}>{
10 ${2:TARGET}
11 }