diff options
| author | dundargoc <gocdundar@gmail.com> | 2024-10-02 23:47:33 +0200 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-10-03 00:02:19 +0200 |
| commit | 8868928d20b392e24dafaafff8c1d75167726fbe (patch) | |
| tree | ca0da7d3cb51ccd394013f03cc6d144b8e5a0f07 | |
| parent | fix(health): support Nvim 0.9 (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ View the [documentation for all configs](doc/configs.md) or `:help lspconfig-all [](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 |
