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")