aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-10-02 23:47:33 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-10-03 00:02:19 +0200
commit8868928d20b392e24dafaafff8c1d75167726fbe (patch)
treeca0da7d3cb51ccd394013f03cc6d144b8e5a0f07
parentfix(health): support Nvim 0.9 (diff)
downloadnvim-lspconfig-8868928d20b392e24dafaafff8c1d75167726fbe.tar
nvim-lspconfig-8868928d20b392e24dafaafff8c1d75167726fbe.tar.gz
nvim-lspconfig-8868928d20b392e24dafaafff8c1d75167726fbe.tar.bz2
nvim-lspconfig-8868928d20b392e24dafaafff8c1d75167726fbe.tar.lz
nvim-lspconfig-8868928d20b392e24dafaafff8c1d75167726fbe.tar.xz
nvim-lspconfig-8868928d20b392e24dafaafff8c1d75167726fbe.tar.zst
nvim-lspconfig-8868928d20b392e24dafaafff8c1d75167726fbe.zip
docs: adjust minimum support nvim version
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29c68dcc..d6e20cf4 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ View the [documentation for all configs](doc/configs.md) or `:help lspconfig-all
[![LuaRocks](https://img.shields.io/luarocks/v/neovim/nvim-lspconfig?logo=lua&color=purple)](https://luarocks.org/modules/neovim/nvim-lspconfig)
-* Requires Nvim 0.10 above. Update Nvim and nvim-lspconfig before reporting an issue.
+* Requires Nvim 0.9 above. Update Nvim and nvim-lspconfig before reporting an issue.
* Install nvim-lspconfig using Vim's "packages" feature:
```
git clone https://github.com/neovim/nvim-lspconfig ~/.config/nvim/pack/nvim/start/nvim-lspconfig