Skip to content

thejonanshow/dotvim

 
 

Repository files navigation

Mark Turner’s .vim, robbed almost entirely by Jonan Scheffler

Welcome to the magical world of my .vim. I use this setup every day and finally decided to share it with the world… or at least my co-workers.

It is based primarily on the work of Ben Bleything, the people that inspired him, and the crew at Opscode.

See the Credits section below for more details.

Installation

Run this:

\curl -L https://raw.github.com/1337807/dotvim/master/setup.sh | bash

Or set it up manually:

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

Then install/update the bundles:

cd ~/.vim
git submodule init
git submodule update

Then link the snippets:

cd ~/.vim/bundle/snipmate_snippets && rake install

Basics

  • My personal settings

  • The mustang color scheme

Plugins

Syntax

Credits

Ben Bleything

Without Ben’s amazing dotvim none of this would have been possible. Thanks Ben! You should read his blog and stalk him on twitter. Also, buy him a beer whenever you can.

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 github.

Joshua Timberman

Various tweaks to Adam’s config, available on github.

AJ Christensen

Various tweaks to Adam’s config, available on github.

Other Folks

The authors of the plugins and syntax defined above.

About

My .vim settings, colorschemes, plugins, etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.8%
  • Shell 0.2%