feat(nvim/dap): setup lldb
This commit is contained in:
parent
910c13223b
commit
3b9a3dadc3
6
init.lua
6
init.lua
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user