mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00: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.
|
`nvim-ts-context-commentstring` has been integrated in the native comments.
|
||||||
|
|
||||||
- `inlay hints` have been in **LazyVim** for a while, but are now
|
- `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
|
```lua
|
||||||
{
|
{
|
||||||
"nvim-lspconfig",
|
"nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
inlay_hints = { enabled = true },
|
inlay_hints = { enabled = false },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue