feat(nvim/dap): setup lldb

This commit is contained in:
u2515h 2023-12-27 17:48:45 +01:00 committed by Marvin Drescher
parent 910c13223b
commit 3b9a3dadc3

View File

@ -128,9 +128,9 @@ neogit.setup({
})
local dap, dapui = require("dap"), require("dapui")
dap.adapters.lldb = {
type = "executable",
command = deps.lldb_path .. "/bin/lldb-vscode",
name = "lldb",
type = "executable",
command = deps.lldb_path .. "/bin/lldb-vscode",
name = "lldb"
}
local dap_breakpoint = {
error = {