mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
nvim: lsp: disable codelens globally.
This commit is contained in:
parent
6efa099fd8
commit
e2f6ba8a18
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ return {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
codelens = {
|
codelens = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
},
|
},
|
||||||
inlay_hints = {
|
inlay_hints = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue