diff options
| author | jdhao <jdhao@hotmail.com> | 2022-05-01 23:25:15 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-05-01 23:25:15 +0800 |
| commit | 99637c86f91d855420e053c6da40aafc22958167 (patch) | |
| tree | f5864b3475e14777aa9fb10271703b6a69e236c0 /docs/README.md | |
| parent | 38175254414b1aaade34152f5f819a7071586c87 (diff) | |
update doc
Diffstat (limited to 'docs/README.md')
| -rw-r--r-- | docs/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/README.md b/docs/README.md index dc61b92..39e54bb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 |
