aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRaphael <glepnir@neovim.pro>2022-11-30 19:58:09 +0800
committerGitHub <noreply@github.com>2022-11-30 19:58:09 +0800
commitd346335af862ede0cece75739d789cfdc46c4454 (patch)
treee0f05950c47e297cea162bf3b6bdc01418f478d0 /README.md
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar
nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar.gz
nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar.bz2
nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar.lz
nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar.xz
nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar.zst
nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.zip
perf: update requires neovim version in doc (#2270)
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 4a44c658..5aa5b0a9 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ See also `:help lsp-config`.
## Install
-* 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.
+* Requires neovim version 0.7 above. 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