From 02c6f503433ced8c31c56f795adc36f0377035e2 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 1 Jul 2023 00:32:45 -0500 Subject: [PATCH] refactor(nvim): use native inlay hints instead of rust tools hints --- dots/.config/nvim/lua/plugins/configs/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/nvim/lua/plugins/configs/lsp.lua b/dots/.config/nvim/lua/plugins/configs/lsp.lua index 75b07ff0..e72c13a1 100755 --- a/dots/.config/nvim/lua/plugins/configs/lsp.lua +++ b/dots/.config/nvim/lua/plugins/configs/lsp.lua @@ -47,7 +47,7 @@ local rustopts = { inlay_hints = { -- automatically set inlay hints (type hints) -- default: true - auto = true, + auto = false, -- Only show inlay hints for the current line only_current_line = false, -- whether to show parameter hints with the inlay hints or not