feat: configure nvim-dapp for c++/c/rust
This commit is contained in:
parent
850f3e7fc0
commit
18fc525867
3 changed files with 8 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue