nvim: native debug -> nvim-gdb

This commit is contained in:
mequidis
2022-06-25 22:25:17 +03:00
parent cd5ee61410
commit ec8e63658d
7 changed files with 58 additions and 73 deletions

View File

@ -7,14 +7,12 @@ wk.register({
},
d = {
name = "Debug",
b = "Set Breakpoint",
c = "Continue",
d = "Termdebug",
e = "Evaluate",
s = "Step",
o = "Over",
r = "Run",
u = "Clear Breakpoint",
b = "Toggle Breakpoint",
f = "Finish / Step Out",
n = "Next",
s = "Step Into",
u = "Until",
w = "Create Watch",
},
g = {
name = "Language",