master #1

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

View File

@@ -214,11 +214,8 @@ return {
return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/build_nvim/', 'file') return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/build_nvim/', 'file')
end, end,
cwd = '${workspaceFolder}', cwd = '${workspaceFolder}',
stopOnEntry = true, stopOnEntry = false,
}, },
}
dap.configurations.cpp = {
{ {
name = 'Launch lldb', name = 'Launch lldb',
type = 'lldb', type = 'lldb',