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