wip: feat(nvim/rust-tools): begin migration

This commit is contained in:
u2515h
2023-12-27 09:31:44 +01:00
committed by Marvin Drescher
parent 91b6afde80
commit d7fd7632d9
3 changed files with 181 additions and 145 deletions

View File

@@ -128,9 +128,9 @@ neogit.setup({
})
local dap, dapui = require("dap"), require("dapui")
dap.adapters.lldb = {
type = "executable",
command = deps.lldb_path .. "/bin/lldb-vscode",
name = "lldb"
type = "executable",
command = deps.lldb_path .. "/bin/lldb-vscode",
name = "lldb",
}
local dap_breakpoint = {
error = {