fix some stuff

This commit is contained in:
2026-02-13 23:03:35 -03:00
parent 8563aff083
commit 0876e7edde
3 changed files with 7 additions and 7 deletions

View File

@@ -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)