X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/449e5a08ca88c158f6954eebfbf62b088fc333b6..7184d3cf6c7068e31e3db5b550f7fc5998c45c78:/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")