feat: configure nvim-dapp for c++/c/rust

This commit is contained in:
Fabio Lenherr / DashieTM 2022-10-08 14:52:36 +02:00
parent 850f3e7fc0
commit 18fc525867
3 changed files with 8 additions and 1 deletions

View file

@ -23,7 +23,7 @@ dap.configurations.cpp = {
program = function()
return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/build/', 'file')
end,
args = '[--gui]',
args = {'--gui'},
cwd = '${workspaceFolder}',
stopAtEntry = true,
},