install neovim 0.5 ubuntu
sudo add-apt-repository ppa:neovim-ppa/unstable sudo apt-get update sudo apt-get install neovim
Here is what the above code is Doing:
1. Add the neovim PPA to your system.
2. Update your system’s package list.
3. Install neovim.