From 7bd5fa10e6ed23f8664207ff3103a6171ac64452 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 21 Feb 2024 00:27:40 +0000 Subject: [PATCH] nvim: allow debugging external code with python --- nvim/lua/plugins/lang/python.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/lua/plugins/lang/python.lua b/nvim/lua/plugins/lang/python.lua index aee4474..480d567 100644 --- a/nvim/lua/plugins/lang/python.lua +++ b/nvim/lua/plugins/lang/python.lua @@ -67,7 +67,8 @@ return { }, opts = { adapters = { - ["neotest-python"] = { }, + ["neotest-python"] = { + dap = { justMyCode = false }}, }, }, }, -- 2.48.1