Skip to content

Instantly share code, notes, and snippets.

@exergonic
Created August 3, 2017 03:22
Show Gist options
  • Save exergonic/835811cdfb31b8b0e75ac5adc43a06c0 to your computer and use it in GitHub Desktop.
Save exergonic/835811cdfb31b8b0e75ac5adc43a06c0 to your computer and use it in GitHub Desktop.
Compile vim with lua, python, ruby
./configure --prefix=${HOME}/usr \
--enable-luainterp=yes \
--enable-pythoninterp=yes \
--enable-rubyinterp=yes \
--enable-gui=no \
--disable-nls \
--with-features=huge \
--enable-multibyte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment