diff --git a/c.snippets b/c.snippets deleted file mode 100644 index b213a7f..0000000 --- a/c.snippets +++ /dev/null @@ -1,5 +0,0 @@ -snippet forg "Generic for" -for (int i = 0; i < ${1:count}; i++) { - ${2} -} -endsnippet diff --git a/sh.snippets b/sh.snippets deleted file mode 100644 index 9256604..0000000 --- a/sh.snippets +++ /dev/null @@ -1,3 +0,0 @@ -snippet alias "Custom alias" -alias ${1:name}="${2:command}" -endsnippet diff --git a/texmath.snippets b/texmath.snippets deleted file mode 100644 index c5a7018..0000000 --- a/texmath.snippets +++ /dev/null @@ -1,7 +0,0 @@ -snippet eqs "Equation with split" b -\begin{equation*} - \begin{split} - $0 - \end{split} -\end{equation*} -endsnippet