From 8f0f6b3aae64fcb10d14d08036b6dec49cedb6ae Mon Sep 17 00:00:00 2001 From: przepompownia Date: Tue, 14 Nov 2023 01:15:31 +0100 Subject: [PATCH] Add link to switchbuf doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca925b0..7ac9ce6 100644 --- a/README.md +++ b/README.md @@ -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" ```