-
-
Save PiotrCzapla/929bf034884a14c13d379d40670362c9 to your computer and use it in GitHub Desktop.
brew install macvim with lua
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
# 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