diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-11-30 15:04:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 15:04:36 -0500 |
| commit | 622b155fb608d5366658de12a08b3050f5ca5772 (patch) | |
| tree | 3ca53d90b040e9425b88872bb3f441bce4d2913f /README.md | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |
