bleything / dotvim

my .vim directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ben Bleything’s .vim

This repo is my real, daily use .vim. It is based on the work of many others, primarily the crew at Opscode. See the Credits section below for more details.

Installation

Pretty straightforward. Clone and symlink:

$ git clone git://github.com/bleything/dotvim.git ~/.vim
$ ln -s ~/.vim/vimrc ~/.vimrc

Optionally, you may want to update the bundles:

$ cd ~/.vim && rake update

What’s Inside?!

Also, some plugins:

Aaaaaalso, some syntax definitions:

Credits

Mahlon Smith

Responsible for getting me into vi in the first place and providing a ton of support, tips, and tricks over the years. You should go read this blog post he wrote about his vim setup.

Adam Jacob

Upon whose config Joshua and AJ based their tweaks. Available on the git hubs.

Joshua Timberman

Various tweaks to Adam’s config, available on the git hubs.

AJ Christensen

Various tweaks to Adam’s config, available on the git hubs.

Other Folks

The authors of the plugins and syntax defined above.

Copyright and License

I don’t believe in copyrighting configs. However, some of the scripts and plugins and whatnot may be copyrighted; see those files for details.

About

my .vim directory


Languages

Language:Vim Script 98.9%Language:Scala 0.7%Language:Ruby 0.5%