diff options
| author | jdhao <jdhao@hotmail.com> | 2022-01-02 11:26:32 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-01-02 11:26:32 +0800 |
| commit | 092ea887035229ab4ecb3537f112382f3a6f86a0 (patch) | |
| tree | b433660bca2440b7c40631fd1911b5265df41d73 | |
| parent | 67d59bfc2cdc52d1e0588953b1c123f2123d53ff (diff) | |
bump minimum supported nvim version to 0.6.1
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,8 +16,8 @@ <a href="https://github.com/jdhao/nvim-config"> <img src="https://img.shields.io/github/repo-size/jdhao/nvim-config?style=flat-square&label=Repo" alt="Repo size"> </a> - <a href="https://github.com/neovim/neovim/releases/tag/v0.6.0"> - <img src="https://img.shields.io/badge/Neovim-0.6.0-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/> + <a href="https://github.com/neovim/neovim/releases/tag/v0.6.1"> + <img src="https://img.shields.io/badge/Neovim-0.6.1-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/> </a> <img src="https://img.shields.io/github/languages/top/jdhao/nvim-config" /> <a href="https://github.com/jdhao/nvim-config/blob/master/LICENSE"> @@ -42,8 +42,8 @@ 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 v0.6.0 release](https://github.com/neovim/neovim/releases/tag/v0.6.0). No backward compatibility is -guaranteed.** +**This config is tested against [Nvim v0.6.1 release](https://github.com/neovim/neovim/releases/tag/v0.6.0). +No backward compatibility is guaranteed.** # Features # |
