From 735068e22b1c99c0ff161c5abda4cfbe502a0787 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 30 Jul 2024 13:45:43 +0200 Subject: [PATCH] fix: ensure trouble window shows again after upgrade --- lua/weeheavy/plugins/trouble.lua | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/lua/weeheavy/plugins/trouble.lua b/lua/weeheavy/plugins/trouble.lua index 2b99dde..68efe9c 100644 --- a/lua/weeheavy/plugins/trouble.lua +++ b/lua/weeheavy/plugins/trouble.lua @@ -10,13 +10,8 @@ return { keys = { -- TODO: add more keymaps { - "qq", - "Trouble diagnostics toggle", - desc = "Diagnostics (Trouble)", - }, - { - "qq", - "Trouble diagnostics toggle focus=true", + "q", + "Trouble diagnostics toggle filter.buf=0 focus=true", desc = "Diagnostics (Trouble)", }, },