.dotfiles/nvim/lua/dap/codelldb.lua
2025-04-10 10:17:10 +02:00

8 lines
166 B
Lua

return {
type = "server",
port = "${port}",
executable = {
command = vim.fn.exepath("codelldb"),
args = { "--port", "${port}" },
},
}