]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/test.lua
ssh: set root user for all wrt-*, include those in subdomains now
[dotfiles.git] / nvim / lua / plugins / test.lua
index 9ed3fc498be53ff5f5addb2565fbaf400c2ae2f3..68ad91464bdcd2983330f1ab3067556449b1f9fd 100644 (file)
@@ -5,13 +5,7 @@ return {
       adapters = {},
       status = { virtual_text = true },
       output = { open_on_run = true },
       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")
     },
     config = function(_, opts)
       local neotest_ns = vim.api.nvim_create_namespace("neotest")