Skip to content

Instantly share code, notes, and snippets.

@nonylene
Created March 28, 2017 09:15
Show Gist options
  • Save nonylene/7dd416e810b413be3ec3bd046da49226 to your computer and use it in GitHub Desktop.
Save nonylene/7dd416e810b413be3ec3bd046da49226 to your computer and use it in GitHub Desktop.
vim
cd ~/
git clone https://github.com/vim/vim.git --depth=1
cd vim
./configure --with-features=huge --enable-luainterp --enable-fail-if-missing --prefix=/home/nonylene/local
make install -j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment