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/_.snippets
Normal file
7
vim_old/snippets/_.snippets
Normal 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")`
|
||||
Loading…
Add table
Add a link
Reference in a new issue