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 = {