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

View file

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