Skip to content

Instantly share code, notes, and snippets.

@PiotrCzapla
Forked from lodestone/install-macvim-with-lua.sh
Last active April 25, 2021 00:23
Show Gist options
  • Save PiotrCzapla/929bf034884a14c13d379d40670362c9 to your computer and use it in GitHub Desktop.
Save PiotrCzapla/929bf034884a14c13d379d40670362c9 to your computer and use it in GitHub Desktop.
brew install macvim with lua
# http://www.gonzedge.com/blog/2016/01/11/installing-macvim-with-lua-enabled-through-homebrew.html
brew install macvim --with-cscope --with-lua --override-system-vim --with-luajit --with-python3
# in case linking fails
rm $(which mvim)
brew link macvim
brew linkapps macvim
# making an alias after symlinking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment