feat: disable type hints

This commit is contained in:
Job
2024-10-19 12:19:05 +02:00
parent 4c454ed3ef
commit ee6ffcd31a

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