Skip to content

dkrautha/neotest-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neotest-java

Neotest adapter for Java, using Maven.

✅ Features

🔧 Installation

It requires nvim-treesitter

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

Using vim-plug:

Plug 'rcasia/neotest-java', { 'tag': 'latest' }

⚙️ 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.

About

Neotest adapter for Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Lua 94.9%
  • Makefile 2.5%
  • Shell 2.2%
  • Vim Script 0.4%