Skip to content

Instantly share code, notes, and snippets.

@robert-claypool
Last active August 24, 2022 07:27
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robert-claypool/207485419b1272f08a3359b8343a8cd3 to your computer and use it in GitHub Desktop.
Save robert-claypool/207485419b1272f08a3359b8343a8cd3 to your computer and use it in GitHub Desktop.
Building Vim from Source

Assumes that Python2, Python3, and Lua are installed...

git clone https://github.com/vim/vim.git
cd vim
./configure --with-features=huge \
            --enable-pythoninterp=yes \
            --enable-python3interp=yes \
            --enable-luainterp=yes
make
sudo make install
@cassepipe
Copy link

It worked ! Thank you from an old PPC iMac that now runs the latest vim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment