-
Notifications
You must be signed in to change notification settings - Fork 816
Pre requisites
ericmuyser edited this page Mar 18, 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 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.
$ 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.