From 56685f8fd9fea56778b359e618a8d21d54233ccf Mon Sep 17 00:00:00 2001 From: dnscio Date: Mon, 3 Feb 2025 10:49:35 +0000 Subject: [PATCH] Update home/modules/nvim/config/lua/plugins/which-key.lua --- home/modules/nvim/config/lua/plugins/which-key.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/nvim/config/lua/plugins/which-key.lua b/home/modules/nvim/config/lua/plugins/which-key.lua index 541a9d8..d4d729e 100644 --- a/home/modules/nvim/config/lua/plugins/which-key.lua +++ b/home/modules/nvim/config/lua/plugins/which-key.lua @@ -49,7 +49,7 @@ return { }, { "c", group = "code", mode = "n" }, { "ca", "FzfLua lsp_code_actions", desc = "Code actions", mode = "n" }, - { "cd", "FzfLua lsp_diagnostics_document", desc = "Show diagnostics", mode = "n" }, + { "cd", "FzfLua diagnostics_document", desc = "Show diagnostics", mode = "n" }, { "cf", "FzfLua lsp_references",