Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rcasia committed Sep 27, 2024
1 parent 182fccc commit d95f379
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## ⭐ Features
- ✅ Maven and Gradle projects
- ✅ Multimodule projects
- ✅ Debugging tests with `nvim-dap`
- ✅ Debugging tests with [`nvim-dap`](https://github.com/mfussenegger/nvim-dap)

> Check [ROADMAP.md](./ROADMAP.md) to see what's coming!
Expand All @@ -34,6 +34,7 @@
return {
{
"rcasia/neotest-java",
ft = "java",
init = function()
-- override the default keymaps.
-- needed until neotest-java is integrated in LazyVim
Expand Down Expand Up @@ -100,7 +101,7 @@
```lua
{
ignore_wrapper = false, -- whether to ignore maven/gradle wrapper
junit_jar = nil, -- default: :/nvim/neotest-java/junit-platform-console-standalone-[version].jar
junit_jar = nil, -- default: /nvim/neotest-java/junit-platform-console-standalone-[version].jar
incremental_build = true
}
```
Expand Down

0 comments on commit d95f379

Please sign in to comment.