disabled inline hints by default

This commit is contained in:
Hendrik 2025-02-27 10:26:02 +01:00
parent e6895affa6
commit d452073d9c
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
return { return {
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
inlay_hints = { opts = {
enabled = false, inlay_hints = { enabled = false },
exclude = { "vue" }, -- filetypes for which you don't want to enable inlay hints
}, },
}, },
{ {