This is my personal Neovim configuration for future me.
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-arm64.tar.gz
tar -xzf nvim-linux64.tar.gz
sudo mv nvim-linux-arm64 /opt/nvim
echo 'export PATH="/opt/nvim/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
git clone https://github.com/a2shn/nvim.git ~/.config/nvim