mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
added neotest.lua
This commit is contained in:
parent
45e9384665
commit
eb8456c99e
1 changed files with 13 additions and 0 deletions
13
lua/plugins/neotest.lua
Normal file
13
lua/plugins/neotest.lua
Normal file
|
|
@ -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…
Add table
Reference in a new issue