From b4c55edb446c6b80f0a725fef061fcab0249bc7e Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 16 Apr 2022 01:04:42 +0800 Subject: [PATCH] doc: bump supported version to nvim 0.7.0 --- README.md | 4 ++-- docs/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73b2eec..1b4a2fb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Latest release - Neovim minimum version + Neovim minimum version Top languages @@ -49,7 +49,7 @@ You are encouraged to copy from this repo the part you feel useful and add it to 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.1 release](https://github.com/neovim/neovim/releases/tag/stable). +**This config is tested against [Nvim v0.7.0 release](https://github.com/neovim/neovim/releases/tag/stable). No backward compatibility is guaranteed.** # Features # diff --git a/docs/README.md b/docs/README.md index 0c60cb9..dc61b92 100644 --- a/docs/README.md +++ b/docs/README.md @@ -142,7 +142,7 @@ 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.6.1. +Current configuration is tested against nvim v0.7.0. ## Linux