Fix MacVim installation

This commit is contained in:
Volodymyr Shcherbinin (vovin)
2019-08-13 07:38:14 +03:00
parent a4e9d17a26
commit dffe13d0b1

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