/neotest-java

Neotest adapter for Java.

Primary LanguageLuaMIT LicenseMIT

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