diff --git a/README.md b/README.md index fde6b8c..3a8f645 100644 --- a/README.md +++ b/README.md @@ -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 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