nvim: big dap changes:
go: launch dlv manually and add a mapping to set the port (dsp) python: get rid of it for now lldb: include lldb for rust and c
This commit is contained in:
@ -16,6 +16,10 @@ wk.register({
|
||||
o = "Step Out",
|
||||
p = "List Breakpoints",
|
||||
q = "Stop",
|
||||
s = {
|
||||
name = "Set DAP Variables",
|
||||
p = "Delve Port",
|
||||
},
|
||||
u = "Toggle UI",
|
||||
v = "Show Variables",
|
||||
},
|
||||
@ -68,13 +72,11 @@ wk.register({
|
||||
X = "Quit All Without Saving",
|
||||
c = "Toggle All Terminal",
|
||||
f = "File Manager",
|
||||
f = "File Manager",
|
||||
h = "Left Split",
|
||||
j = "Down Split",
|
||||
k = "Up Split",
|
||||
l = "Right Split",
|
||||
q = "Quit",
|
||||
s = "Save",
|
||||
x = "Quit Without Saving",
|
||||
}, { prefix = "<leader>" })
|
||||
wk.setup({})
|
||||
|
||||
Reference in New Issue
Block a user