remote-nvim.nvim
remote-nvim.nvim copied to clipboard
fix nvim not downloading on linux
the naming spec in nvim releases has changed and the old file (nvim.appimage) no longer exists, causing a 404.
the new spec is nvim-linux-arch_type.appimage e.g. nvim-linux-x86_64.appimage
@vaqxai Thanks for this PR. This would need some more work, because versions below 0.10.4 do not support this download URI syntax. We would have to do something similar to what we are doing for MacOS right below the changes lines of code.
Fixed in f0e271b