Installing Neovim on Debian-based distributions: Ubuntu, Mint, etc. is easy! Install Neovim on Ubuntu Neovim is available through the Debian package manager. Simply execute the following command: 1sudo apt install neovimInstall Neovim using PPA The default Neovim version bundled with apt is normally outdated. To install a newer version, a PPA (Personal Package Archive) must be used. NOTE: The Neovim PPAs are not maintained by the Neovim team Neovim stable PPA To install the latest stable Neov...