In the documentation you have this
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim
but this will install from unstable packages not maintained by neovim,
which can be done with
sudo apt install neovim