From 1a8ab467537a004abb3478e7d3ebdd0df4d89299 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 5 Nov 2015 21:06:10 -0600 Subject: [PATCH] update neovim to install release version update neovim to install the release version instead of HEAD now that there are releases of neovim --- install/brew.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/brew.sh b/install/brew.sh index fa022bc..8c8a6b4 100755 --- a/install/brew.sh +++ b/install/brew.sh @@ -29,7 +29,6 @@ brew install z brew install markdown # install neovim -brew tap neovim/neovim -brew install --HEAD neovim +brew install neovim/neovim/neovim exit 0