mirror of https://github.com/LazyVim/starter
14 lines
321 B
Lua
14 lines
321 B
Lua
|
return {
|
||
|
{ "nvim-neotest/neotest-plenary" },
|
||
|
{ "rcasia/neotest-java" },
|
||
|
{
|
||
|
"nvim-neotest/neotest",
|
||
|
dependencies = {
|
||
|
"nvim-lua/plenary.nvim",
|
||
|
"antoinemadec/FixCursorHold.nvim",
|
||
|
"nvim-treesitter/nvim-treesitter",
|
||
|
},
|
||
|
opts = { adapters = { "neotest-plenary", "neotest-java" } },
|
||
|
},
|
||
|
}
|