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 = { {