← Back to overview

Installation

Linux

# Ubuntu / Debian
sudo apt install neovim

# Fedora
sudo dnf install neovim

# Arch Linux
sudo pacman -S neovim

# Alpine
apk add neovim

macOS

brew install neovim

Verify Installation

nvim --version

Neovim is invoked with the command nvim. The configuration directory is ~/.config/nvim/.