From 148dabd7ad7dda16b1e49e33f477af7d6cd1ca5f Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 4 Jan 2022 23:31:03 +0800 Subject: docs: use latest stable version of nvim --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index 625ab6f..c891648 100644 --- a/docs/README.md +++ b/docs/README.md @@ -142,11 +142,11 @@ available in normal font, we need to install a patched font from the [nerd-fonts # Install Nvim There are various ways to install Nvim depending on your system. Current -configuration is tested against nvim v0.6.0. +configuration is tested against nvim v0.6.1. ## Linux -We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz). +We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz). ## Windows @@ -156,7 +156,7 @@ The easiest way to install Nvim on Windows is via chocolatey: choco install neovim ``` -You may download from [nvim release](https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-win64.zip) from GitHub and manually extract it. +You may download from [nvim release](https://github.com/neovim/neovim/releases/download/stable/nvim-win64.zip) from GitHub and manually extract it. ## macOS -- cgit v1.2.3