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/nvim_install_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/nvim_install_mac.sh') diff --git a/docs/nvim_install_mac.sh b/docs/nvim_install_mac.sh index 0c92444..043fe32 100644 --- a/docs/nvim_install_mac.sh +++ b/docs/nvim_install_mac.sh @@ -2,7 +2,7 @@ #!/bin/bash set -eux -wget https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-macos.tar.gz +wget https://github.com/neovim/neovim/releases/download/stable/nvim-macos.tar.gz if [[ ! -d "$HOME/tools/" ]]; then mkdir -p "$HOME/tools" -- cgit v1.2.3