aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKid <44045911+kidonng@users.noreply.github.com>2022-07-02 19:31:47 +0800
committerGitHub <noreply@github.com>2022-07-02 04:31:47 -0700
commitc06c37b61c06d4e1574c014dfa3c3af8536e45ec (patch)
tree7b12ad814cea5ac66e1b6bd397ade3806d80844a /README.md
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar
nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar.gz
nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar.bz2
nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar.lz
nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar.xz
nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar.zst
nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.zip
fix(docs): wrong release URL #1979
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e95c01fb..4fb5740f 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