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")
|
local dap, dapui = require("dap"), require("dapui")
|
||||||
dap.adapters.lldb = {
|
dap.adapters.lldb = {
|
||||||
type = "executable",
|
type = "executable",
|
||||||
command = deps.lldb_path .. "/bin/lldb-vscode",
|
command = deps.lldb_path .. "/bin/lldb-vscode",
|
||||||
name = "lldb",
|
name = "lldb"
|
||||||
}
|
}
|
||||||
local dap_breakpoint = {
|
local dap_breakpoint = {
|
||||||
error = {
|
error = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user