disable inlay_hints

This commit is contained in:
Cheick Diarra 2024-09-04 13:49:31 +02:00
parent 9575cdf0b6
commit 0e14019477

6
lua/plugins/lsp.lua Normal file
View file

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