diff options
| author | jdhao <jdhao@hotmail.com> | 2022-01-04 23:31:03 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-01-04 23:31:03 +0800 |
| commit | 148dabd7ad7dda16b1e49e33f477af7d6cd1ca5f (patch) | |
| tree | 4e020ba504f90482a1715628777d7beda51f0e6f /docs/nvim_install_mac.sh | |
| parent | b9d1f2ee922161de36e20b4604bab6c85af16d2d (diff) | |
docs: use latest stable version of nvim
Diffstat (limited to 'docs/nvim_install_mac.sh')
| -rw-r--r-- | docs/nvim_install_mac.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
