From fa053d3d5696835a157d046df6f752aad9c2c522 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 2 Mar 2024 14:23:31 +0800 Subject: [PATCH] docs(neovim): update neovim.zip link --- .../2017-02-20-install-vim-or-neovim-with-python-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md b/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md index 9589385cf..1ad17b3ed 100644 --- a/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md +++ b/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md @@ -25,7 +25,7 @@ This artical will tell you how to install vim and neovim, and how to enable `+py ### Windows On Windows, the easiest way to install Neovim is to download -[Neovim.zip](https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip) +[Neovim.zip](https://github.com/neovim/neovim/releases/download/stable/nvim-win64.zip) from neovim release page. and extract it into `C:\Neovim`. You can also add `C:\Neovim\bin` to your `PATH`. You can also use [scoop](https://scoop.sh/) to install neovim.