remote-nvim.nvim icon indicating copy to clipboard operation
remote-nvim.nvim copied to clipboard

fix nvim not downloading on linux

Open vaqxai opened this issue 10 months ago • 1 comments

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 avatar Feb 07 '25 08:02 vaqxai

@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.

amitds1997 avatar Feb 08 '25 05:02 amitds1997

Fixed in f0e271b

amitds1997 avatar Aug 21 '25 19:08 amitds1997