From d47a97778c561d6c24960f18ead7be98a7a28e76 Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Tue, 27 Jun 2023 13:02:35 -0500 Subject: [PATCH] updated: rust inline tips --- lua/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index daffb90..49b3f63 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -183,7 +183,7 @@ return { inlay_hints = { only_current_line = true, parameter_hints_prefix = "", - other_hints_prefix = "< " + other_hints_prefix = "-> " }, hover_actions = { border = { -- 2.44.2