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 2022-05-01 23:25:15 +08:00
parent 3817525441
commit 99637c86f9
2 changed files with 6 additions and 6 deletions

View File

@ -44,8 +44,8 @@ While you can clone the whole repository and use it, it is not recommended thoug
Good configurations are personal. Everyone should have his or her unique config file.
You are encouraged to copy from this repo the part you want and add it to your own config.
**Note that this config is tested against [Nvim v0.7.0 release](https://github.com/neovim/neovim/releases/tag/stable).
No backward compatibility is guaranteed.**
To reduce the possibility of breakage, **this config is only maintained for [the latest nvim stable release](https://github.com/neovim/neovim/releases/tag/stable).
No effort is spent on maintaining backward compatibility.**
# Install and setup

View File

@ -142,13 +142,13 @@ we need to install a patched font from the [nerd-fonts](https://github.com/ryano
# Install Nvim
There are various ways to install Nvim depending on your system.
Current configuration is tested against nvim v0.7.0.
This config is only maintained for [the latest nvim stable release](https://github.com/neovim/neovim/releases/tag/stable).
## Linux
We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz).
You can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz).
You can also use the system package manager to install nvim,
but that is not reliable since latest version may not be available.
but that is not reliable since the latest version may not be available.
## Windows
@ -173,7 +173,7 @@ brew install neovim
```
After installing Nvim, we need to set the path to nvim correctly.
Make sure that you can run `nvim` from the command line after all these setups.
**Make sure that you can run `nvim` from the command line after all these setups**.
# Setting up Nvim