Neovim Nightly Installation

index > programming > applications > neovim

On macOS

i386

brew tap jason0x43/homebrew-neovim-nightly
brew install neovim-nightly

M1

brew install neovim --build-from-source
brew pin neovim

When you need upgrade:

brew unpin neovim
brew reinstall neovim --build-from-source
brew pin neovim