mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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,
|
||||
},
|
||||
codelens = {
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
},
|
||||
inlay_hints = {
|
||||
enabled = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue