master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 66477e10a0 - Show all commits

View File

@@ -29,6 +29,7 @@ local function loadConfigs ()
-- Make sure we use the correct python env even for the configs from launch.json
for nr,config in pairs(dap.configurations.python) do
config.pythonPath = getPythonEnv()
config.cwd = vim.fn.getcwd()
end
require'telescope'.extensions.dap.configurations{}
end