1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

docs: use latest stable version of nvim

This commit is contained in:
jdhao
2022-01-04 23:31:03 +08:00
parent b9d1f2ee92
commit 148dabd7ad
5 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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