Add support for gdb-dashboard
[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 }
12
13 snippet exercise
14 abbr exercise (exsheet)
15 alias \begin{exercise} \exercise
16 \begin{exercise}
17 ${1:TARGET}
18 \end{exercise}
19
20 snippet choices
21 abbr choices (exsheet)
22 alias \begin{choices} \choices
23 \begin{choices}
24 ${1:TARGET}
25 \end{choices}