Skip to content

Instantly share code, notes, and snippets.

@vhysug
Created October 17, 2020 13:28
Show Gist options
  • Save vhysug/49e4d3874b013a9174eda8d1b3c29065 to your computer and use it in GitHub Desktop.
Save vhysug/49e4d3874b013a9174eda8d1b3c29065 to your computer and use it in GitHub Desktop.
compile vim on Mac
./configure --with-features=huge \
--enable-multibyte \
--enable-rubyinterp=yes \
--enable-python3interp=yes \
--with-python3-config-dir=$(python3-config --configdir) \
--enable-perlinterp=yes \
--enable-luainterp=yes \
--enable-gui=auto \
--enable-cscope \
--with-lua-prefix=/usr/local/Cellar/lua/5.3.5_1 \
--prefix=/Users/vhysug/temp/vim8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment