- This plugin provides a jdtls adapter for the Neotest framework.
- Depends on the nvim-java-core and nvim-java-test projects.
{
'atm1020/neotest-jdtls',
dependencies = {
nvim-java/nvim-java-core,
nvim-java/nvim-java-test,
}
}
require("neotest").setup {
adapters = {
require('neotest-jdtls')
},
}