diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index c39d65d..dc1e648 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -147,6 +147,9 @@ return { vim.keymap.set("n", "a", rt.code_action_group.code_action_group, {buffer = bufnr}) end, }, + inlay_hints = { + auto = false, + } }) end, },