From 93efc0c98325b4ccf6ef5460905ff62ef65a88c8 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Tue, 13 Oct 2015 23:36:59 +0200 Subject: [PATCH] Add Vim --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7546299..ef45761 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,14 @@ defaults write com.bohemiancoding.sketch3 exportCompactSVG -bool yes ## Developer +### Vim + +#### Compile Sane Vim +Compiling MacVim via Homebrew with all bells and whistles, including overwriting system Vim. +```bash +brew install macvim --HEAD --with-cscope --with-lua --override-system-vim --with-luajit --with-python +``` + ### Xcode #### Install Command Line Tools Without Xcode