nvim: dap -> termdebug

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent 39b1269674
commit db217f84ea
7 changed files with 45 additions and 148 deletions

View File

@ -7,21 +7,14 @@ wk.register({
},
d = {
name = "Debug",
b = "Toggle Breakpoint",
b = "Set Breakpoint",
c = "Continue",
h = "Telescope",
i = "Step Into",
l = "Run Last",
n = "Step Over",
o = "Step Out",
p = "List Breakpoints",
q = "Stop",
s = {
name = "Set DAP Variables",
p = "Delve Port",
},
u = "Toggle UI",
v = "Show Variables",
d = "Termdebug",
e = "Evaluate",
s = "Step",
o = "Over",
r = "Run",
u = "Clear Breakpoint",
},
g = {
name = "Language",
@ -61,12 +54,6 @@ wk.register({
g = "Grep",
s = "Treesitter",
},
v = {
name = "Git",
s = "Status",
b = "Branches",
f = "Files",
},
C = "Terminal",
F = "Fuzzy Files",
Q = "Quit All",