disable inlay hints
This commit is contained in:
@@ -39,10 +39,6 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
|||||||
vim.lsp.completion.enable(true, client.id, ev.buf, {
|
vim.lsp.completion.enable(true, client.id, ev.buf, {
|
||||||
autotrigger = true,
|
autotrigger = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
if client:supports_method("textDocument/inlayHint") then
|
|
||||||
vim.lsp.inlay_hint.enable(true, { bufnr = ev.buf })
|
|
||||||
end
|
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user