Skip to content

rcasia/neotest-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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