use mason codelldb instead

This commit is contained in:
2026-04-25 00:45:34 +02:00
parent 696ba92dad
commit b12dc79687
+1 -1
View File
@@ -745,7 +745,7 @@ require'lazy'.setup{ --{{{1
dap.adapters.lldb = {
type = 'executable',
command = vim.fn.exepath('lldb-dap'),
command = vim.fn.exepath('codelldb'),
name = 'lldb'
}