Skip to content

Instantly share code, notes, and snippets.

@geemus
Created August 16, 2011 15:10
Show Gist options
  • Save geemus/1149328 to your computer and use it in GitHub Desktop.
Save geemus/1149328 to your computer and use it in GitHub Desktop.
vim installation
# on ubuntu, ensure appropriate ruby-dev is also installed
hg clone https://vim.googlecode.com/hg/ vim
cd vim
./configure --enable-multibyte --enable-rubyinterp
make && make install
http://nerderati.com/2010/07/compiling-vim-with-ruby-integration-on-snow-leopard/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment