It requires nvim-treesitter
Make sure you have the bash parser installed. Use
:TSInstall bash
Plug 'rcasia/neotest-bash'NOTE: this plugin expects the
bashunitbinary to be in./lib/bashunit.
require("neotest").setup({
adapters = {
require("neotest-bash")
}
})