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

fix some typos

This commit is contained in:
jdhao
2022-08-23 21:09:49 +08:00
parent 96129335ad
commit b279c0cd95
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ snippet use "usepackage" b
\usepackage{${1:package}}
endsnippet
snippet eqa "equation enviroment" b
snippet eqa "equation environment" b
\begin{equation}\label{$1}
$2
\end{equation}