From 622b155fb608d5366658de12a08b3050f5ca5772 Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Tue, 30 Nov 2021 15:04:36 -0500 Subject: [PATCH] docs: update minimum requirements to nvim-0.6 While not strictly required, compatibility guarantees are only provided for the latest release on the HEAD of lspconfig. Use a commit or tag for compatibility with previous releases. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f182300a9..df06bf0dc2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ These features are not implemented in this repo, but in Neovim core. See `:help ## Install -* Requires [Neovim v0.5.0](https://github.com/neovim/neovim/releases/tag/v0.5.0) or [Nightly](https://github.com/neovim/neovim/releases/tag/nightly). Update Neovim and 'lspconfig' before reporting an issue. +* Requires [Neovim v0.6.0](https://github.com/neovim/neovim/releases/tag/v0.6.0) or [Nightly](https://github.com/neovim/neovim/releases/tag/nightly). Update Neovim and 'lspconfig' before reporting an issue. * Install 'lspconfig' like any other Vim plugin, e.g. with [vim-plug](https://github.com/junegunn/vim-plug):