diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 6 | ||||
| -rw-r--r-- | docs/nvim_install_mac.sh | 2 | ||||
| -rwxr-xr-x | docs/nvim_setup_linux.sh | 2 | ||||
| -rw-r--r-- | docs/nvim_setup_windows.ps1 | 2 |
4 files changed, 6 insertions, 6 deletions
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 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" diff --git a/docs/nvim_setup_linux.sh b/docs/nvim_setup_linux.sh index 599329c..b0f79ae 100755 --- a/docs/nvim_setup_linux.sh +++ b/docs/nvim_setup_linux.sh @@ -188,7 +188,7 @@ fi NVIM_DIR=$HOME/tools/nvim NVIM_SRC_NAME=$HOME/packages/nvim-linux64.tar.gz NVIM_CONFIG_DIR=$HOME/.config/nvim -NVIM_LINK="https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz" +NVIM_LINK="https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz" if [[ ! -f "$NVIM_DIR/bin/nvim" ]]; then echo "Installing Nvim" echo "Creating nvim directory under tools directory" diff --git a/docs/nvim_setup_windows.ps1 b/docs/nvim_setup_windows.ps1 index 49ff94a..82eda83 100644 --- a/docs/nvim_setup_windows.ps1 +++ b/docs/nvim_setup_windows.ps1 @@ -26,4 +26,4 @@ pip install 'python-lsp-server[all]' pylsp-mypy pyls-isort # Install neovim nightly scoop bucket add versions -scoop install neovim-nightly +scoop install neovim |
