Resolved merge conflicts with custom-vim-snippets

This commit is contained in:
2018-02-04 14:42:39 -05:00
parent 1a28b4b93e
commit 5ab1eb5c94
3 changed files with 0 additions and 15 deletions

View File

@@ -1,5 +0,0 @@
snippet forg "Generic for"
for (int i = 0; i < ${1:count}; i++) {
${2}
}
endsnippet

View File

@@ -1,3 +0,0 @@
snippet alias "Custom alias"
alias ${1:name}="${2:command}"
endsnippet

View File

@@ -1,7 +0,0 @@
snippet eqs "Equation with split" b
\begin{equation*}
\begin{split}
$0
\end{split}
\end{equation*}
endsnippet