How to install neovim

Depending on your operating system this process will be different, so I will cover Linux, Windows, and MacOS. Linux Windows MacOS Linux There are a few ways of installing neovim on Linux, so I will touch on all the relevant ones. Your system’s package manager This is the canonical way of installing software on Linux and I encourage you to use it. However, considering how fast neovim is moving, many distributions will lag a version or two behind the latest stable release, or even a few. If you use Arch Linux or NixOS, you should have the latest version, but double-checking never hurts. As of writing this, the latest stable release of neovim is version 0.9.4. You can check the current stable release here. ...