master #1

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

View File

@@ -128,13 +128,13 @@ return {
dap.configurations.python = {
{
type = 'python';
request = 'launch';
name = 'Launch file with venv';
justMyCode = false;
program = '${file}';
cwd = vim.fn.getcwd();
pythonPath = getPythonEnv
type = 'python',
request = 'launch',
name = 'Launch file with venv',
justMyCode = false,
program = '${file}',
cwd = vim.fn.getcwd(),
pythonPath = pythonVenv.getPythonEnv
},
}
@@ -216,6 +216,5 @@ return {
require('nvim-dap-virtual-text').setup({})
require('telescope').load_extension('dap')
end,
}