X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f6f762b6ab4a27d8102a86fc7a700a233fb3bf61..8c6a10566a162f69b8a989863b646cfc0499619a:/nvim/lua/plugins/lang/python.lua 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 }}, }, }, },