fix(nvim): use correct codelldb for dap

This commit is contained in:
Price Hiller 2022-09-10 22:32:31 -05:00
parent d85f386d31
commit 6bf904499f

View File

@ -9,7 +9,7 @@ local function get_program_path(program)
return program_path
end
local lldb_path = get_program_path("lldb-vscode")
local lldb_path = get_program_path("codelldb")
-- Adapaters
dap.adapters.lldb = {
type = "executable",