Install good version of MacVim with lua support

This commit is contained in:
Yan Pritzker 2013-12-30 10:41:00 -06:00
parent fe6571e1e4
commit 6c54f2c84a

View File

@ -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