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

update doc

This commit is contained in:
jdhao 2021-11-06 13:02:29 +08:00
parent ffe588870d
commit bec5f11753

View File

@ -148,7 +148,7 @@ configuration is tested against nvim 0.5.
## Linux ## Linux
We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/v0.5.0/nvim-linux64.tar.gz). We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-linux64.tar.gz).
## Windows ## Windows
@ -158,7 +158,7 @@ The easiest way to install Nvim on Windows is via chocolatey:
choco install neovim choco install neovim
``` ```
You may download from [nvim release](https://github.com/neovim/neovim/releases/download/v0.5.0/nvim-win64.zip) from GitHub and manually extract it. 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.
## macOS ## macOS
@ -170,8 +170,7 @@ brew install neovim
``` ```
After installing Nvim, we need to add the directory where the Nvim executable After installing Nvim, we need to add the directory where the Nvim executable
(`nvim` on Linux and macOS, `nvim.exe` on Windows) resides to the system (`nvim` on Linux and macOS, `nvim.exe` on Windows) resides to the system `PATH`.
`PATH`.
Make sure that you can call `nvim` from the command line after all these Make sure that you can call `nvim` from the command line after all these
setups. setups.