mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
snippet use "usepackage" b
|
|
\usepackage{${1:package}}
|
|
endsnippet
|
|
|
|
snippet eqa "equation environment" b
|
|
\begin{equation}\label{$1}
|
|
$2
|
|
\end{equation}
|
|
endsnippet
|