X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d6b2d880f82f3935a652de61649e52f667d098ec..7bd5fa10e6ed23f8664207ff3103a6171ac64452:/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 }}, }, }, },