From de837e65c472ea3009cbe6da1e212483062cc092 Mon Sep 17 00:00:00 2001 From: long-crypto <175532236+long-crypto@users.noreply.github.com> Date: Wed, 24 Jul 2024 02:02:26 +0000 Subject: [PATCH] re-init --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c6940dbc..29f7ec07 100644 --- a/init.lua +++ b/init.lua @@ -560,7 +560,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