1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-23 17:49:57 +08:00

feat(windows): fix link of nightly neovim release

This commit is contained in:
wsdjeg 2022-04-02 12:28:58 +08:00
parent 6ad76ee048
commit 34c024dde0

View File

@ -20,7 +20,7 @@ function install_nvim($ver)
{ {
if ($ver -eq "nightly") if ($ver -eq "nightly")
{ {
$url = 'https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip' $url = 'https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip'
} }
else else
{ {