disable inlay hints

This commit is contained in:
Robot 2023-09-25 14:08:40 -07:00
parent 58059644ed
commit 31aea2ab73
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@ return {
vim.keymap.set("n", "<Leader>a", rt.code_action_group.code_action_group, {buffer = bufnr}) vim.keymap.set("n", "<Leader>a", rt.code_action_group.code_action_group, {buffer = bufnr})
end, end,
}, },
inlay_hints = {
auto = false,
}
}) })
end, end,
}, },