Neovim is stable now

This commit is contained in:
Marcel Bischoff 2016-06-10 21:14:10 +02:00 committed by GitHub
parent 26954271eb
commit d3791d9a26

View File

@ -306,7 +306,7 @@ brew install macvim --HEAD --with-cscope --with-lua --with-override-system-vim -
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 tap neovim/neovim && \
brew install --HEAD neovim brew install neovim
``` ```
### Xcode ### Xcode