Created
August 3, 2017 03:22
-
-
Save exergonic/835811cdfb31b8b0e75ac5adc43a06c0 to your computer and use it in GitHub Desktop.
Compile vim with lua, python, ruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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