enable inlay hints

This commit is contained in:
Markus Dieckmann 2023-12-21 16:24:12 +01:00
parent 22eabac158
commit cffa798a1d

View File

@ -1,6 +1,7 @@
return {
"nvim-lspconfig",
opts = {
inlay_hints = { enabled = true },
diagnostics = {
virtual_text = false,
},