From 3b9a3dadc39ecebf768e9def25b5dba0069020ed Mon Sep 17 00:00:00 2001 From: u2515h Date: Wed, 27 Dec 2023 17:48:45 +0100 Subject: [PATCH] feat(nvim/dap): setup lldb --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 38502fb..b8fdabd 100644 --- a/init.lua +++ b/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 = {