First commit of some current dotfiles

This commit is contained in:
Dustin Swan
2011-08-24 01:32:50 -04:00
parent 6a6ffcc322
commit e9c52b31ba
78 changed files with 26270 additions and 0 deletions

7
vim/snippets/_.snippets Normal file
View File

@@ -0,0 +1,7 @@
# 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")`