fix(nvim): use correct codelldb for dap
This commit is contained in:
parent
d85f386d31
commit
6bf904499f
@ -9,7 +9,7 @@ local function get_program_path(program)
|
|||||||
return program_path
|
return program_path
|
||||||
end
|
end
|
||||||
|
|
||||||
local lldb_path = get_program_path("lldb-vscode")
|
local lldb_path = get_program_path("codelldb")
|
||||||
-- Adapaters
|
-- Adapaters
|
||||||
dap.adapters.lldb = {
|
dap.adapters.lldb = {
|
||||||
type = "executable",
|
type = "executable",
|
||||||
|
Loading…
Reference in New Issue
Block a user