disable inlay hints
This commit is contained in:
parent
58059644ed
commit
31aea2ab73
|
|
@ -147,6 +147,9 @@ return {
|
|||
vim.keymap.set("n", "<Leader>a", rt.code_action_group.code_action_group, {buffer = bufnr})
|
||||
end,
|
||||
},
|
||||
inlay_hints = {
|
||||
auto = false,
|
||||
}
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue