docs(README): link to debug config values

See https://github.com/nvim-neotest/neotest/issues/132
This commit is contained in:
Rónán Carrigan
2022-10-27 09:06:00 +01:00
parent 8aca335334
commit 9e2db9375c

View File

@@ -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