From dffe13d0b1e512a31be788775c48939d2307ec36 Mon Sep 17 00:00:00 2001 From: "Volodymyr Shcherbinin (vovin)" Date: Tue, 13 Aug 2019 07:38:14 +0300 Subject: [PATCH] Fix MacVim installation --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 72216756..049628d2 100644 --- a/Rakefile +++ b/Rakefile @@ -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