Update comment about the toggle inlay hints keymap

This comment was added in 5540527fab, but
it was referring to an autocommand, despite the relevant code creating a
keymap, not an autocommand.
This commit is contained in:
Richard Macklin 2024-07-21 20:29:06 -07:00
parent 6f3fe35de3
commit 3c849d4562
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ require('lazy').setup({
}) })
end 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 -- code, if the language server you are using supports them
-- --
-- This may be unwanted, since they displace some of your code -- This may be unwanted, since they displace some of your code