Restarting vim config files using Pathogen. Added fugitive and delimitMate.

This commit is contained in:
Dustin Swan 2011-08-24 02:03:38 -04:00
parent e9c52b31ba
commit 7cd035e82f
80 changed files with 259 additions and 2 deletions

View file

@ -1,7 +0,0 @@
# Global snippets
# (c) holds no legal value ;)
snippet c)
`&enc[:2] == "utf" ? "©" : "(c)"` Copyright `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2}
snippet date
`strftime("%Y-%m-%d")`