From 9e2db9375c02aa2b7fe1e7017d233ec2de20ee58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3n=C3=A1n=20Carrigan?= Date: Thu, 27 Oct 2022 09:06:00 +0100 Subject: [PATCH] docs(README): link to debug config values See https://github.com/nvim-neotest/neotest/issues/132 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eec1dfe..5d28450 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ require("neotest").setup({ adapters = { require("neotest-python")({ -- Extra arguments for nvim-dap configuration + -- See https://github.com/microsoft/debugpy/wiki/Debug-configuration-settings for values dap = { justMyCode = false }, -- Command line arguments for runner -- Can also be a function to return dynamic values