aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-11-30 15:04:36 -0500
committerGitHub <noreply@github.com>2021-11-30 15:04:36 -0500
commit622b155fb608d5366658de12a08b3050f5ca5772 (patch)
tree3ca53d90b040e9425b88872bb3f441bce4d2913f /README.md
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-622b155fb608d5366658de12a08b3050f5ca5772.tar
nvim-lspconfig-622b155fb608d5366658de12a08b3050f5ca5772.tar.gz
nvim-lspconfig-622b155fb608d5366658de12a08b3050f5ca5772.tar.bz2
nvim-lspconfig-622b155fb608d5366658de12a08b3050f5ca5772.tar.lz
nvim-lspconfig-622b155fb608d5366658de12a08b3050f5ca5772.tar.xz
nvim-lspconfig-622b155fb608d5366658de12a08b3050f5ca5772.tar.zst
nvim-lspconfig-622b155fb608d5366658de12a08b3050f5ca5772.zip
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.
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 5f182300..df06bf0d 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):