ultisnip scripts, autopairs and spellcheck
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
snippet frame "New Frame"
|
||||
\begin{frame}{$1}
|
||||
$0
|
||||
\end{frame}
|
||||
endsnippet
|
||||
|
||||
snippet description "description"
|
||||
\begin{description}
|
||||
\item [$1] $0
|
||||
\end{description}
|
||||
endsnippet
|
||||
|
||||
snippet labitem "labelled item"
|
||||
\item [$1] $0
|
||||
endsnippet
|
||||
|
||||
snippet it "item"
|
||||
\item $0
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user