fix some stuff
This commit is contained in:
@@ -2,7 +2,7 @@ local dap = require('dap')
|
||||
|
||||
dap.adapters.codelldb = {
|
||||
type = "executable",
|
||||
command = "/Users/caiowakamatsu/install/codelldb/extension/adapter/codelldb",
|
||||
command = "codelldb"
|
||||
}
|
||||
|
||||
vim.api.nvim_create_user_command('Debug', function(opts)
|
||||
|
||||
Reference in New Issue
Block a user