From 9ba00ac40771a3cb105a24f42cae68c41cea544d Mon Sep 17 00:00:00 2001 From: Yaser Alraddadi Date: Sat, 14 Sep 2024 08:47:52 +0300 Subject: [PATCH] update --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 995eb131..4ef021de 100644 --- a/init.lua +++ b/init.lua @@ -599,7 +599,7 @@ require('lazy').setup({ -- Open Code diagnostic in float window. your cursor needs to be on top of an error -- Alternatively a hotkey were added in nvim 0.10 d to do this functionaly by default - map('cd', vim.diagnostic.open_float, '[C]ode [D]iagnostic') + -- map('cd', vim.diagnostic.open_float, '[C]ode [D]iagnostic') -- WARN: This is not Goto Definition, this is Goto Declaration. -- For example, in C this would take you to the header.