From 2fb3ad696824af11798a19a13d70843a0697e2fb Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 25 Mar 2025 13:37:47 +0100 Subject: [PATCH] [Trouble] Add one setting --- nvim/lua/plugins/testing/trouble.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nvim/lua/plugins/testing/trouble.lua b/nvim/lua/plugins/testing/trouble.lua index c5e88ab..81d88ed 100755 --- a/nvim/lua/plugins/testing/trouble.lua +++ b/nvim/lua/plugins/testing/trouble.lua @@ -1,6 +1,8 @@ return { "folke/trouble.nvim", - opts = {}, -- for default options, refer to the configuration section for custom setup. + opts = { + focus = true, + }, -- for default options, refer to the configuration section for custom setup. cmd = "Trouble", keys = { {