update neovim to install release version

update neovim to install the release version instead of HEAD now that there are releases of neovim
This commit is contained in:
Nick Nisi
2015-11-05 21:06:10 -06:00
parent 690a465d7f
commit 1a8ab46753

View File

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