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

[v0.6] update doc

This commit is contained in:
jdhao 2021-12-01 22:19:51 +08:00
parent 6069bd8922
commit 23e98aab6f
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ add it to your own Nvim config.
See [doc here](docs/README.md) on how to install Nvim's dependencies, Nvim
itself, and how to set up on different platforms (Linux, macOS and Windows).
**This config is tested against Nvim 0.5.1 release. No backward compatibility
**This config is tested against [Nvim 0.6.0 release](https://github.com/neovim/neovim/releases/tag/v0.6.0). No backward compatibility
is guaranteed.**
# Features #

View File

@ -144,11 +144,11 @@ great. Another great resource for programming font is the [nerd-font](https://gi
# Install Nvim
There are various ways to install Nvim depending on your system. Current
configuration is tested against nvim 0.5.
configuration is tested against nvim v0.6.0.
## Linux
We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-linux64.tar.gz).
We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz).
## Windows
@ -158,7 +158,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.5.1/nvim-win64.zip) from GitHub and manually extract it.
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.
## macOS