Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.62 KB

File metadata and controls

46 lines (34 loc) · 1.62 KB

neotest-java

Neotest adapter for Java, using JUnit.

👷 There is still Work In Progress

🌕 🌕 🌕 🌕 🌕 🌕 🌕 🌕 🌗 🌑

✅ Features

🔧 Installation

It requires nvim-treesitter

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

vim-plug:

Plug 'rcasia/neotest-java'

⚙️ Configuration

require("neotest").setup({
  adapters = {
    require("neotest-java")({
        ignore_wrapper = false, -- whether to ignore maven/gradle wrapper
    })
  }
})

:octocat: Contributing

Feel free to contribute to this project by creating issues for bug reports, feature requests, or suggestions.

You can also submit pull requests for any enhancements, bug fixes, or new features.

Your contributions are greatly appreciated. See CONTRIBUTING.md