mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
dap: add dapui & add lldb-dap support
This commit is contained in:
parent
c4de9207c0
commit
3784061378
4 changed files with 67 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue