diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-07-14 15:02:51 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-09-02 23:40:22 +0200 |
| commit | b4b17f51ac7b098c652dd6e86e830a97d97c8e78 (patch) | |
| tree | c2987157b2e3620b587b44216f395e420c1719fe /config/nvim/lua/dap_config.lua | |
| parent | 01745ca8b870d87894673b778c01a04bca841caa (diff) | |
Update neovim setup
Diffstat (limited to 'config/nvim/lua/dap_config.lua')
| -rw-r--r-- | config/nvim/lua/dap_config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nvim/lua/dap_config.lua b/config/nvim/lua/dap_config.lua index c8f8d32..3a639c6 100644 --- a/config/nvim/lua/dap_config.lua +++ b/config/nvim/lua/dap_config.lua @@ -23,7 +23,7 @@ end) dap.adapters.lldb = { type = 'executable', - command = '/Applications/Xcode.app/Contents/Developer/usr/bin/lldb-dap', -- adjust as needed, must be absolute path + command = '/usr/bin/lldb-dap', -- adjust as needed, must be absolute path name = 'lldb' } |