From 77dfaabaefcb97f163d25c8a50f4707c3e6ce1bb Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Sat, 10 Aug 2024 17:30:25 +0200 Subject: [PATCH] Update plugin config for trouble --- lua/valeth/plugins/trouble.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/valeth/plugins/trouble.lua b/lua/valeth/plugins/trouble.lua index f3eb3da..9735e42 100644 --- a/lua/valeth/plugins/trouble.lua +++ b/lua/valeth/plugins/trouble.lua @@ -6,8 +6,12 @@ spec.dependencies = { "nvim-tree/nvim-web-devicons", } +spec.opts = {} + +spec.cmd = "Trouble" + spec.keys = { - { "ct", "TroubleToggle", desc = "Toggle trouble window" }, + { "ct", "Trouble diagnostics toggle", desc = "Toggle trouble window" }, } return spec