feat: disable type hints
All checks were successful
Container build / container-build (push) Successful in 5m22s

This commit is contained in:
Job 2024-10-19 12:19:05 +02:00
parent 4c454ed3ef
commit ee6ffcd31a
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -0,0 +1,6 @@
return {
"neovim/nvim-lspconfig",
opts = {
inlay_hints = { enabled = false },
},
}