Update comment about the toggle inlay hints keymap (#1041)

This commit is contained in:
Richard Macklin 2024-07-22 10:00:35 -07:00 committed by Renken
parent dd4004d48a
commit 74d389060b
Signed by: renken
GPG key ID: 1F2BB159B645E575

View file

@ -616,7 +616,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