Skip to content

Instantly share code, notes, and snippets.

@minikomi
Created May 3, 2012 10:39
Show Gist options
  • Save minikomi/2584941 to your computer and use it in GitHub Desktop.
Save minikomi/2584941 to your computer and use it in GitHub Desktop.
Re-compiling vim for osx
  1. wget / untar

  2. rbenv global system

  3. ./configure --prefix=/usr/local/ --enable-rubyinterp --enable-pythoninterp --with-features=huge LDFLAGS=-lresolv

  4. make && make install

  5. sudo mv /usr/bin/vim /usr/bin/vim.old

  6. sudo ln -s /usr/local/bin/vim /usr/bin/vim

  7. rbenv back to normal!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment