-
Notifications
You must be signed in to change notification settings - Fork 816
Pre requisites
foobacca edited this page Jan 2, 2012
·
16 revisions
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 installing 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.
$ rvm use system # If you use rvm
$ rbenv shell system # If you use rbenv
$ brew install macvim
If you don't use Homebrew, you can still download it here.
$ sudo apt-get install ruby-dev rake exuberant-ctags ack-grep pep8
$ sudo zypper install ruby rubygems rubygem-rake ctags
$ sudo pacman -S gvim ctags ruby ack
You also need to install pep8 from AUR.