Skip to content
Wael Nasreddine edited this page Nov 21, 2011 · 16 revisions

Pre-requisites

The distribution is designed to work with ViM >= 7.3.

The distribution also require ack, pep8, ctags, ruby and rake, for the most comfortable experience, use the gui version of ViM. Linux users should install gvim, OSX users should install MacVim, the recommanded way of installating MacVim is using Homebrew, but before installing MacVim you need to use system-wide ruby, if you're using rvm rvm use system switches to system ruby, if you're using rbenv rbenv shell system switches to system ruby.

$ brew install macvim

If you don't use Homebew, you can still download it here.

Linux

Ubuntu

$ sudo apt-get install ruby-dev rake exuberant-ctags

OpenSuSe

$ sudo zypper install ruby rubygems rubygem-rake ctags

ArchLinux

$ sudo pacman -S gvim ctags ruby ack

You also need to install pep8 from AUR.

Clone this wiki locally