diff --git a/lua/custom/plugins/debug.lua b/lua/custom/plugins/debug.lua index 8114f773..7b1262a8 100644 --- a/lua/custom/plugins/debug.lua +++ b/lua/custom/plugins/debug.lua @@ -62,9 +62,6 @@ return { type = 'executable', command = 'lldb-dap', name = 'lldb-dap (Nix)', - env = { - LLDB_DEBUGSERVER_PATH = '/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/Resources/debugserver', - }, } dap.configurations.cpp = { {