Add NeoVim install instructions

This commit is contained in:
Marcel Bischoff 2015-10-18 20:00:49 +02:00
parent 75347e4ce8
commit d33a74afc1

View File

@ -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 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 ### Xcode
#### Install Command Line Tools Without Xcode #### Install Command Line Tools Without Xcode