feat!: bump Neovim requirement to 0.11.2

This commit is contained in:
Folke Lemaitre
2025-09-17 07:01:08 +02:00
parent f54fd7f751
commit cccfe70ea4
4 changed files with 9 additions and 9 deletions

View File

@@ -2,13 +2,13 @@
## 15.x
**Neovim** `>= 0.11.0` includes a lot of changes to the underlying LSP implementation.
**Neovim** `>= 0.11.2` includes a lot of changes to the underlying LSP implementation.
Going forward, **LazyVim** requires **Neovim** `>= 0.11.0`, and drops support for older versions.
Going forward, **LazyVim** requires **Neovim** `>= 0.11.2`, and drops support for older versions.
### Changes
- removed compatibility code for Neovim `< 0.11`
- removed compatibility code for Neovim `< 0.11.2`
- updated all LSP code to use the new LSP implementation
- migrated **mason.nvim** and **mason-lspconfig.nvim** to `v2.x`
- added new `treesitter-main` extra to test the new `main` branch of `nvim-treesitter`