mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/dap-view: disable controls test
Needs upstreamed plugin update for us to test it.
This commit is contained in:
parent
cca235aacf
commit
c1fa5ee942
1 changed files with 27 additions and 26 deletions
|
@ -27,32 +27,33 @@
|
||||||
repl = "REPL [R]";
|
repl = "REPL [R]";
|
||||||
console = "Console [C]";
|
console = "Console [C]";
|
||||||
};
|
};
|
||||||
controls = {
|
# TODO: Enable after plugin update
|
||||||
enabled = false;
|
# controls = {
|
||||||
position = "right";
|
# enabled = false;
|
||||||
buttons = [
|
# position = "right";
|
||||||
"play"
|
# buttons = [
|
||||||
"step_into"
|
# "play"
|
||||||
"step_over"
|
# "step_into"
|
||||||
"step_out"
|
# "step_over"
|
||||||
"step_back"
|
# "step_out"
|
||||||
"run_last"
|
# "step_back"
|
||||||
"terminate"
|
# "run_last"
|
||||||
"disconnect"
|
# "terminate"
|
||||||
];
|
# "disconnect"
|
||||||
icons = {
|
# ];
|
||||||
pause = "";
|
# icons = {
|
||||||
play = "";
|
# pause = "";
|
||||||
step_into = "";
|
# play = "";
|
||||||
step_over = "";
|
# step_into = "";
|
||||||
step_out = "";
|
# step_over = "";
|
||||||
step_back = "";
|
# step_out = "";
|
||||||
run_last = "";
|
# step_back = "";
|
||||||
terminate = "";
|
# run_last = "";
|
||||||
disconnect = "";
|
# terminate = "";
|
||||||
};
|
# disconnect = "";
|
||||||
custom_buttons = { };
|
# };
|
||||||
};
|
# custom_buttons = { };
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
windows = {
|
windows = {
|
||||||
height = 12;
|
height = 12;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue