1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

doc: bump supported version to nvim 0.7.0

This commit is contained in:
jdhao 2022-04-16 01:04:42 +08:00
parent 58b1e0aa9f
commit b4c55edb44
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<img alt="Latest release" src="https://img.shields.io/github/v/release/jdhao/nvim-config" /> <img alt="Latest release" src="https://img.shields.io/github/v/release/jdhao/nvim-config" />
</a> </a>
<a href="https://github.com/neovim/neovim/releases/tag/stable"> <a href="https://github.com/neovim/neovim/releases/tag/stable">
<img src="https://img.shields.io/badge/Neovim-0.6.1-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/> <img src="https://img.shields.io/badge/Neovim-0.7.0-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/>
</a> </a>
<a href="https://github.com/jdhao/nvim-config/search?l=vim-script"> <a href="https://github.com/jdhao/nvim-config/search?l=vim-script">
<img src="https://img.shields.io/github/languages/top/jdhao/nvim-config" alt="Top languages"/> <img src="https://img.shields.io/github/languages/top/jdhao/nvim-config" alt="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, 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). 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.** No backward compatibility is guaranteed.**
# Features # # Features #

View File

@ -142,7 +142,7 @@ we need to install a patched font from the [nerd-fonts](https://github.com/ryano
# Install Nvim # Install Nvim
There are various ways to install Nvim depending on your system. 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 ## Linux