Skip to content

Commit

Permalink
docs: cleanup (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Jul 5, 2024
1 parent 8a34c0e commit d864f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Reliable Neotest adapter for running Go tests in Neovim.
- Supports all [Neotest usage](https://github.com/nvim-neotest/neotest#usage).
- Supports table tests and nested test functions (based on AST/tree-sitter
detection).
- DAP support with [nvim-dap-go](https://github.com/leoluz/nvim-dap-go)
- DAP support with [leoluz/nvim-dap-go](https://github.com/leoluz/nvim-dap-go)
integration for debugging of tests using
[delve](https://github.com/go-delve/delve).
- Monorepo support (detect, run and debug tests in sub-projects).
- Inline diagnostics.
- Custom `go test` argument support.
- Works great with
[andythigpen/nvim-coverage](https://github.com/andythigpen/nvim-coverage) for
displaying coverage in the sign column (per-Go package, or per-test basis).
displaying coverage in the sign column.

<details>
<summary>Why a second Neotest adapter for Go? 🤔</summary>
Expand Down

0 comments on commit d864f9b

Please sign in to comment.