Skip to content

Commit

Permalink
Add link to switchbuf doc
Browse files Browse the repository at this point in the history
  • Loading branch information
przepompownia committed Nov 14, 2023
1 parent 612f298 commit 8f0f6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ require("neotest-phpunit")({
})
```

If you run a test with `dap` strategy from the summary window (by default by `d`) and see that window content replaced by debugged buffer content then consider setting `dap.defaults.fallback.switchbuf` or Neovim level `switchbuf`, f.e.
If you run a test with `dap` strategy from the summary window (by default by `d`) and see that window content replaced by debugged buffer content then consider setting `dap.defaults.fallback.switchbuf` or Neovim level [`switchbuf`](https://neovim.io/doc/user/options.html#'switchbuf'), f.e.
```lua
dap.defaults.fallback.switchbuf = "useopen"
```
Expand Down

0 comments on commit 8f0f6b3

Please sign in to comment.