added neotest.lua

pull/93/head
Lorenzo Bettini 2024-07-16 17:58:48 +02:00
parent 45e9384665
commit eb8456c99e
1 changed files with 13 additions and 0 deletions

View 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" } },
},
}