Skip to content

Installing Neovim

To install Neovim on MacOS or Linux, you can use your operating system’s package manager.

MacOS

MacOS using Homebrew:

Terminal window
brew install neovim

Linux

Arch Linux:

Terminal window
sudo pacman -S neovim

Debian:

Terminal window
sudo apt-get install neovim

Ubuntu:

Terminal window
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.