Skip to content
trungie edited this page May 22, 2012 · 16 revisions

Pre-requisites

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

The distribution also require ack, ctags, git, 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 recommended way of installing MacVim is using Homebrew, but before installing MacVim you need to use system-wide Python (If you are using python that is):

  • If you're using pythonbrew: do pythonbrew off
$ brew install macvim

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

Linux

Ubuntu

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

OpenSuSe

$ sudo zypper install ruby rubygems rubygem-rake ctags

ArchLinux

$ sudo pacman -S gvim ctags ruby ack
Clone this wiki locally