From 0e4ac63b18fcdf04f841ca7a96d32a3494a9ff9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Fri, 7 Jul 2023 14:24:26 +0200 Subject: [PATCH] Update lldb executable name --- symlinks/config/nvim/plugin/dap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symlinks/config/nvim/plugin/dap.lua b/symlinks/config/nvim/plugin/dap.lua index 26cf347..8554ae6 100644 --- a/symlinks/config/nvim/plugin/dap.lua +++ b/symlinks/config/nvim/plugin/dap.lua @@ -79,7 +79,7 @@ end -- Additional servers dap.adapters.lldb = { type = "executable", - command = "lldb-vscode", + command = "codelldb", name = "lldb", }