feat: fix cockpit

This commit is contained in:
Fabio Lenherr 2023-02-23 23:20:59 +01:00
parent 97277e458d
commit 78d87dd61f
2 changed files with 6 additions and 1 deletions

View file

@ -44,6 +44,11 @@ return {
dap.adapters.nlua = function(callback, config)
callback({ type = "server", host = config.host or "127.0.0.1", port = config.port or 8086 })
end
dap.adapters.bashdb = {
type = "executable",
command = vim.fn.stdpath("data") .. "/mason/packages/bash-debug-adapter/bash-debug-adapter",
name = "bashdb",
}
local rust_dap = vim.fn.getcwd()
local filename = ""