Merge pull request #827 from vovinacci/fix-macvim-install

Fix MacVim installation
This commit is contained in:
Luiz Gonzaga dos Santos Filho
2019-08-17 13:21:48 -07:00
committed by GitHub

View File

@@ -173,7 +173,7 @@ def install_homebrew
puts "Installing Homebrew packages...There may be some warnings."
puts "======================================================"
run %{brew install zsh ctags git hub tmux reattach-to-user-namespace the_silver_searcher ghi}
run %{brew install macvim --with-override-system-vim --with-lua --with-luajit}
run %{brew install macvim}
puts
puts
end