dap: add dapui & add lldb-dap support

This commit is contained in:
kossLAN 2024-11-17 03:59:26 -05:00
parent c4de9207c0
commit 3784061378
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
4 changed files with 67 additions and 36 deletions

View file

@ -52,7 +52,6 @@ vim.schedule(function()
end)
-- Configure Neovim diagnostic messages
local function prefix_diagnostic(prefix, diagnostic)
return string.format(prefix .. ' %s', diagnostic.message)
end