Skip to content

Instantly share code, notes, and snippets.

@moznion
Last active January 17, 2017 03:25
Show Gist options
  • Save moznion/974920e6ecce44874143750eb2a89e50 to your computer and use it in GitHub Desktop.
Save moznion/974920e6ecce44874143750eb2a89e50 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get build-dep vim-gnome
git clone https://github.com/vim/vim
cd vim
./configure --with-features=huge --enable-pythoninterp=yes --enable-python3interp=yes --enable-perlinterp=yes --enable-rubyinterp=yes --enable-luainterp=yes --with-luajit
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment