mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-31 23:19:58 +02:00
fix(news.md): correct phrase to disable inlay_hints
This commit is contained in:
parent
e7ee289c7f
commit
58cf6f971b
1 changed files with 2 additions and 2 deletions
4
NEWS.md
4
NEWS.md
|
@ -15,13 +15,13 @@ Additionally, some core plugins have been moved to extras.
|
|||
`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:
|
||||
enabled by default. To disable them:
|
||||
|
||||
```lua
|
||||
{
|
||||
"nvim-lspconfig",
|
||||
opts = {
|
||||
inlay_hints = { enabled = true },
|
||||
inlay_hints = { enabled = false },
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue