Restarting vim config files using Pathogen. Added fugitive and delimitMate.
This commit is contained in:
parent
e9c52b31ba
commit
7cd035e82f
80 changed files with 259 additions and 2 deletions
7
vim_old/snippets/snippet.snippets
Normal file
7
vim_old/snippets/snippet.snippets
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# snippets for making snippets :)
|
||||
snippet snip
|
||||
snippet ${1:trigger}
|
||||
${2}
|
||||
snippet msnip
|
||||
snippet ${1:trigger} ${2:description}
|
||||
${3}
|
||||
Loading…
Add table
Add a link
Reference in a new issue