mirror of https://github.com/LazyVim/starter
added neotest.lua
parent
45e9384665
commit
eb8456c99e
|
@ -0,0 +1,13 @@
|
|||
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" } },
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue