hide inlay hints

This commit is contained in:
2026-01-02 16:28:42 +00:00
parent a35a2926b6
commit 9e413e37af

View File

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