20 lines
379 B
Lua
20 lines
379 B
Lua
return {
|
|
{
|
|
"nvim-neotest/neotest",
|
|
dependencies = {
|
|
"nvim-neotest/nvim-nio",
|
|
"nvim-lua/plenary.nvim",
|
|
"antoinemadec/FixCursorHold.nvim",
|
|
"nvim-neotest/neotest-go",
|
|
},
|
|
opts = {
|
|
adapters = {
|
|
require("neotest-go"),
|
|
require("neotest-python")({
|
|
dap = { justMyCode = false },
|
|
}),
|
|
},
|
|
},
|
|
},
|
|
}
|