/neotest-bash

Neotest adapter for Bash.

Primary LanguageLuaMIT LicenseMIT

neotest-bash

Neotest adapter for Bash, using bashunit

image

🔧 Installation

It requires nvim-treesitter

Make sure you have the bash parser installed. Use :TSInstall bash

vim-plug

Plug 'rcasia/neotest-bash'

NOTE: this plugin expects the bashunit binary to be in ./lib/bashunit.

⚙ Configuration

require("neotest").setup({
  adapters = {
    require("neotest-bash")
  }
})