From 31aea2ab730ebf2b43c7ff6282c4c8d056f0ae24 Mon Sep 17 00:00:00 2001 From: Robot Date: Mon, 25 Sep 2023 14:08:40 -0700 Subject: [PATCH] disable inlay hints --- lua/plugins/lsp.lua | 3 +++ 1 file changed, 3 insertions(+) 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, },