chore!: update inputs and fix issues

This commit is contained in:
Moritz Böhme 2024-01-16 12:45:33 +01:00
parent c17fe56071
commit f79dec2ebf
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 225 additions and 241 deletions

View file

@ -102,7 +102,7 @@ local on_attach_def = function(client, bufnr)
}
local timeout = vim.tbl_contains(slow_lsp_servers, client.name, {}) and 500 or 0
vim.defer_fn(function()
vim.lsp.inlay_hint(bufnr, true)
vim.lsp.inlay_hint.enable(bufnr, true)
end, timeout)
end
end