Skip to content

Instantly share code, notes, and snippets.

@yieldthought
Created November 11, 2011 10:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save yieldthought/1357690 to your computer and use it in GitHub Desktop.
Save yieldthought/1357690 to your computer and use it in GitHub Desktop.
Install Vim
apt-get install mercurial
apt-get build-dep vim
hg clone https://vim.googlecode.com/hg/ vim
cd vim
./configure --enable-rubyinterp --enable-pythoninterp --with-features=big
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment