From 3c849d45626ffa4d7ccbc9ce88e930d27cf05554 Mon Sep 17 00:00:00 2001 From: Richard Macklin Date: Sun, 21 Jul 2024 20:29:06 -0700 Subject: [PATCH] Update comment about the toggle inlay hints keymap This comment was added in 5540527fabc2776cf62b63ef511079b1c8bf5297, but it was referring to an autocommand, despite the relevant code creating a keymap, not an autocommand. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 77181309..0d380e8d 100644 --- a/init.lua +++ b/init.lua @@ -533,7 +533,7 @@ require('lazy').setup({ }) end - -- The following autocommand is used to enable inlay hints in your + -- The following code creates a keymap to toggle inlay hints in your -- code, if the language server you are using supports them -- -- This may be unwanted, since they displace some of your code