From d33a74afc1c400f6f086c365e21ebc5751d032a9 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 20:00:49 +0200 Subject: [PATCH] Add NeoVim install instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 44b5a44..7de79c4 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,13 @@ Compiling MacVim via Homebrew with all bells and whistles, including overriding brew install macvim --HEAD --with-cscope --with-lua --with-override-system-vim --with-luajit --with-python ``` +#### NeoVim +Install the development version of this modern Vim drop-in alternative via Homebrew. +```bash +brew tap neovim/neovim && \ +brew install --HEAD neovim +``` + ### Xcode #### Install Command Line Tools Without Xcode