inital checkin using existing vim and preparing for use of bash_magic

This commit is contained in:
2012-05-06 12:17:04 -07:00
commit 064a074ddf
1555 changed files with 361845 additions and 0 deletions

33
vim/README.md Normal file
View File

@@ -0,0 +1,33 @@
What is this?
===
My personal vim scripts and settings. Nothing too mind-blowing, but I
find it useful having it online and maybe someone will learn something
or find out about a vim script they never heard of before.
This uses [pathogen](http://www.vim.org/scripts/script.php?script_id=2332),
which is probably the greatest thing since sliced bread.
Under bundle, you'll find custom, which is just some custom stuff I added.
Nothing too magical, just some indenting rules settings, aliases and other
jazz that I didn't want mucking up my vimrc.
Usage
===
Clone the repo to ~/.vim and symlink ~/.vim/vimrc to ~/.vimrc and you'll see what I see.
Included Scripts
===
- [phpfolding.vim](https://github.com/vim-scripts/phpfolding.vim)
- [snipmate.vim](https://github.com/msanders/snipmate.vim)
- [syntastic](https://github.com/scrooloose/syntastic)
- [vim-coffee-script](https://github.com/kchmck/vim-coffee-script)
- [vim-colors-solarized](https://github.com/altercation/vim-colors-solarized)
- [vim-jade](https://github.com/digitaltoad/vim-jade)
- [vim-stylus](https://github.com/wavded/vim-stylus)
- [vim-surround](https://github.com/tpope/vim-surround)