[feat] Fix inlay hints

This commit is contained in:
Uttarayan
2024-01-12 12:34:12 +05:30
parent 15121db53c
commit 678abf5cab
4 changed files with 35 additions and 21 deletions

View File

@@ -561,6 +561,15 @@ return require('lazy').setup({
panel = { enabled = true },
})
end
},
{
"lvimuser/lsp-inlayhints.nvim",
event = "LspAttach",
config = function()
require("lsp-inlayhints").setup({
enabled_at_startup = true,
})
end
}
}, {
defaults = {