Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
RhydianJenkins committed Oct 7, 2023
1 parent 4b3fe5a commit 85fc08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvim/after/plugin/neotest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ end, { desc = "Jump to next test" })
neotest.setup({
adapters = {
require("neotest-plenary"),
require("neotest-rust") {
require("neotest-rust")({
-- requires cargo-nextest installed on system
args = { "--no-capture" },
},
}),
require("neotest-phpunit")({
phpunit_cmd = function()
local vendorPaths = {
Expand Down

0 comments on commit 85fc08c

Please sign in to comment.