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.
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
-
My own personal settings, tuned to be super rad
-
The candycode color scheme
-
The deveiate color scheme
-
The ir_black color scheme
-
The solarized color scheme
-
The xoria256 color scheme
-
The Tomorrow Night color scheme
Also, some plugins:
Aaaaaalso, some syntax definitions:
- 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.
I don’t believe in copyrighting configs. However, some of the scripts and plugins and whatnot may be copyrighted; see those files for details.