diff --git a/init.lua b/init.lua index 7de8b311b9a..191eaa3b497 100755 --- a/init.lua +++ b/init.lua @@ -564,7 +564,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