1
0
Fork 0
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:
Henrik Hautakoski 2024-09-24 21:38:13 +02:00
parent 6efa099fd8
commit e2f6ba8a18

View file

@ -42,7 +42,7 @@ return {
enabled = true, enabled = true,
}, },
codelens = { codelens = {
enabled = true, enabled = false,
}, },
inlay_hints = { inlay_hints = {
enabled = true, enabled = true,