From 6c54f2c84a32f1119c29d723b30f500db2073e8e Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Mon, 30 Dec 2013 10:41:00 -0600 Subject: [PATCH] Install good version of MacVim with lua support --- Rakefile | 1 + 1 file changed, 1 insertion(+) 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