This homebrew tap automates the installation and updating of the nightly version of Neovim.
- Unlink or uninstall existing neovim
brew unlink neovim
/brew uninstall neovim
- Tap this repository
brew tap benjiwolff/neovim-nightly
- Install neovim nightly
brew install neovim-nightly
- Run neovim using
nvim
in the command line