]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/lang/python.lua
nvim: allow debugging external code with python
[dotfiles.git] / nvim / lua / plugins / lang / python.lua
index aee447408359e0c64712599ec45084f3d911d635..480d567b18e2633679af065d6ea08c483bc9e24c 100644 (file)
@@ -67,7 +67,8 @@ return {
     },
     opts = {
       adapters = {
-        ["neotest-python"] = { },
+        ["neotest-python"] = {
+          dap = { justMyCode = false }},
       },
     },
   },