aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Macklin <1863540+rmacklin@users.noreply.github.com>2024-07-22 10:00:35 -0700
committerGitHub <noreply@github.com>2024-07-22 13:00:35 -0400
commit56b9114bf29cdc0c0f5de78b5deae1fe0ab65db1 (patch)
tree70e9c100cbac1ddd8e15888be75d9361b36dc1fb
parent6f3fe35de355b71257fe987537727ca2c7101c0c (diff)
Update comment about the toggle inlay hints keymap (#1041)
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 7718130..0d380e8 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