git clone https://github.com/9qq-qq-qq9/nvim-config.git ~/.config/nvim
As stated here this can be fixed by downgrading to an older neovim version.
git clone https://github.com/neovim/neovim.git
cd neovim
git reset --hard a4fc3bb
make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install