fix(python): use venv for DAP Python (#1457)

dap_enabled = true, -- Ensure that the venv selector affect PythonPath in nvim-dap as well! (in venv-selector.nvim)
This commit is contained in:
Hai Ninh Hoang
2023-09-26 18:35:27 +07:00
committed by GitHub
parent a7f971f30e
commit ea930e3545

View File

@ -68,6 +68,7 @@ return {
"env",
".env",
},
dap_enabled = true, -- Ensure that the venv selector affect PythonPath in nvim-dap as well!
},
keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv" } },
},