Skip to content

Instantly share code, notes, and snippets.

@greggyNapalm
Created March 3, 2012 08:57
Show Gist options
  • Save greggyNapalm/1965046 to your computer and use it in GitHub Desktop.
Save greggyNapalm/1965046 to your computer and use it in GitHub Desktop.
vim install from source
hg clone https://vim.googlecode.com/hg/ vim
cd vim/src
./configure --prefix=/opt/vim --enable-pythoninterp --enable-cscope --with-features=huge --with-tlib=ncurses
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment