From c06c37b61c06d4e1574c014dfa3c3af8536e45ec Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Sat, 2 Jul 2022 19:31:47 +0800 Subject: [PATCH] fix(docs): wrong release URL #1979 Co-authored-by: Justin M. Keyes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e95c01fbb0..4fb5740f3f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See also `:help lspconfig`. ## Install -* Requires [Neovim 0.7](https://github.com/neovim/neovim/releases/tag/v0.6.1) or [Nightly](https://github.com/neovim/neovim/releases/tag/nightly). Update Nvim and nvim-lspconfig before reporting an issue. +* Requires [Neovim latest stable release](https://github.com/neovim/neovim/releases/latest) or [Nightly](https://github.com/neovim/neovim/releases/tag/nightly). Update Nvim and nvim-lspconfig before reporting an issue. * Install nvim-lspconfig like any other Vim plugin, e.g. with [packer.nvim](https://github.com/wbthomason/packer.nvim): ```lua local use = require('packer').use