chore!: update inputs and fix issues
This commit is contained in:
parent
c17fe56071
commit
f79dec2ebf
6 changed files with 225 additions and 241 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue