Installing Neovim
To install Neovim on MacOS or Linux, you can use your operating system’s package manager.
MacOS
MacOS using Homebrew:
brew install neovim
Linux
Arch Linux:
sudo pacman -S neovim
Debian:
sudo apt-get install neovim
Ubuntu:
sudo apt install neovim
For all other Linux distributons, try installing it with your respective package manager. See the entire list of supported distros here.