commit | 57c50615d35d7d99369a84a4b03578d352194583 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:25:30 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:25:30 2022 +0000 |
tree | 0a21fa3d47bf163ce333884ac65efb4311291aab | |
parent | f960499baa1acc0af704014678b4f567688158e8 [diff] [blame] |
Update my snippets
diff --git a/modules/neovim/coc/snippets/markdown.snippets b/modules/neovim/coc/snippets/markdown.snippets index d637b88..ce82400 100644 --- a/modules/neovim/coc/snippets/markdown.snippets +++ b/modules/neovim/coc/snippets/markdown.snippets
@@ -100,3 +100,7 @@ snippet piby "By by something" i \frac{${1}\pi}{${2}}${0} endsnippet + +snippet ne "Not equal to" i +\not = +endsnippet