/vimrc

my vimrc

Primary LanguageVim Script

Installation

git clone git@github.com:enoodle/vimrc

Add source ~/vimrc/vimrc to your "~/.vimrc" file.

Install Plugins

Run in vim: :PlugInstall to install all plugins

Recompile VIM with ruby bindings for better ruby support

To get better ruby support I compile vim with the RVM's (or your prefered package and binary manager) path using something like this guid: http://arjanvandergaag.nl/blog/compiling-vim-with-ruby-support.html