Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 957 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 957 Bytes

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")
  }
})