diff --git a/Rakefile b/Rakefile
index e63fe13..6455cc3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -149,6 +149,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}
+  run %{brew install macvim --custom-icons --override-system-vim --with-lua --with-luajit}
   puts
   puts
 end