diff options
| author | jdhao <jdhao@hotmail.com> | 2021-12-01 22:19:03 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-12-01 22:19:03 +0800 |
| commit | 6069bd89228a0a93d0b7921c82ccd29308efb14f (patch) | |
| tree | d9b32989541b8ff13164f66eec997bcd0dcefae8 /docs/nvim_install_mac.sh | |
| parent | 402d4012d17ca4faba347180d8a0e55706970b6e (diff) | |
[v0.6] update install script to use nvim v0.6
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 64cd44d..0c92444 100644 --- a/docs/nvim_install_mac.sh +++ b/docs/nvim_install_mac.sh @@ -2,7 +2,7 @@ #!/bin/bash set -eux -wget https://hub.fastgit.org/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz +wget https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-macos.tar.gz if [[ ! -d "$HOME/tools/" ]]; then mkdir -p "$HOME/tools" |
