1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
2022-04-05 00:43:01 +08:00

10 lines
158 B
Plaintext

snippet use "usepackage" b
\usepackage{${1:package}}
endsnippet
snippet eqa "equation enviroment" b
\begin{equation}\label{$1}
$2
\end{equation}
endsnippet