X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8de4d1975c84ef549c29f2a1d8b5ccc70f957679..2eb06f8fe8785b8e240d3f5a72b7b0bfbfdbd253:/nvim/lua/plugins/test.lua diff --git a/nvim/lua/plugins/test.lua b/nvim/lua/plugins/test.lua index 9ed3fc4..68ad914 100644 --- a/nvim/lua/plugins/test.lua +++ b/nvim/lua/plugins/test.lua @@ -5,13 +5,7 @@ return { adapters = {}, status = { virtual_text = true }, output = { open_on_run = true }, - quickfix = { - open = function() - -- TODO: review if I'd prefer to just use quickfix here - -- vim.cmd("copen") - require("trouble").open({ mode = "quickfix", focus = false }) - end, - }, + quickfix = { enabled = true }, }, config = function(_, opts) local neotest_ns = vim.api.nvim_create_namespace("neotest")