Browse Source

Add Neovim nightly install instructions for MacOS.

my-config
John Irle 4 years ago
committed by GitHub
parent
commit
c1634b1f8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      docs/getting_started.md

21
docs/getting_started.md

@ -86,7 +86,26 @@ available on the [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository
### On MacOS
If you use MacOS, please help by posting the steps to install Neovim Nightly here!
Neovim nightly can be installed with [homebrew](https://brew.sh/) with the following command.
`brew install --HEAD neovim`
If you already have Neovim v4 installed you may need to unlink it.
```
brew unlink neovim
brew install neovim --HEAD
nvim --version
```
MacPorts currently only has Neovim v4.4
You can also download a prebuilt binary from the [Neovim](https://github.com/neovim/neovim/releases) releases page.
1. Download nvim-macos.tar.gz
2. Extract: tar xzvf nvim-macos.tar.gz
3. Run ./nvim-osx64/bin/nvim
### On Windows

Loading…
Cancel
Save