Update README.md

Update neovim install instructions as per
https://github.com/neovim/homebrew-neovim/blob/master/README.md
This commit is contained in:
Iulian Onofrei 2016-10-02 11:55:46 +03:00 committed by GitHub
parent b378a2283c
commit bc0f8b8dda

View File

@ -314,8 +314,7 @@ brew install macvim --HEAD --with-cscope --with-lua --with-override-system-vim -
#### Neovim #### Neovim
Install the development version of this modern Vim drop-in alternative via Homebrew. Install the development version of this modern Vim drop-in alternative via Homebrew.
```bash ```bash
brew tap neovim/neovim && \ brew install neovim/neovim/neovim
brew install neovim
``` ```
### Xcode ### Xcode