]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: allow debugging external code with python
authorSamir Benmendil <me@rmz.io>
Wed, 21 Feb 2024 00:27:40 +0000 (00:27 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 21 Feb 2024 01:26:42 +0000 (01:26 +0000)
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 }},
       },
     },
   },