From 742561a67d0df23ff0b10a15933af0d2cc58ce15 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Thu, 13 Mar 2014 21:17:31 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2ab5304..5d1ed52 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,14 @@ These hacks are Lion-centric. May not work for other OS'es. My favorite mods inc * No disk image verification (downloaded files open quicker) * Display the ~/Library folder in finder (hidden in Lion) +### Macvim troubles with Lua? +``` +brew uninstall macvim +brew remove macvim +brew cleanup +brew install macvim --custom-icons --override-system-vim --with-lua --with-luajit +``` + ### [Pry](http://pry.github.com/)