docs: update

This commit is contained in:
Folke Lemaitre
2024-05-16 21:23:29 +02:00
parent 73126e30c7
commit 2de7f24530

13
NEWS.md
View File

@ -14,6 +14,18 @@ Additionally, some core plugins have been moved to extras.
Older versions of Neovim will use the new `mini-comment` extra.
`nvim-ts-context-commentstring` has been integrated in the native comments.
- `inlay hints` have been in **LazyVim** for a while, but are now
enabled by default. To disable then:
```lua
{
"nvim-lspconfig",
opts = {
inlay_hints = { enabled = true },
}
}
```
- plugins moved to extras:
- `mini.ai` which I couldn't live without, but not everyone needs it
@ -24,6 +36,7 @@ Additionally, some core plugins have been moved to extras.
- There's a new extra for the `nvim-treesitter` **rewrite**.
Since the rewrite is not backward compatible, some plugins will be disabled
when you enable this extra: `vim-illuminate`, `nvim-ts-autotag`, and `nvim-ts-autotag`.
I would **NOT** recommend enabling this extra for now.
## 10.x