mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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]";
|
||||
console = "Console [C]";
|
||||
};
|
||||
controls = {
|
||||
enabled = false;
|
||||
position = "right";
|
||||
buttons = [
|
||||
"play"
|
||||
"step_into"
|
||||
"step_over"
|
||||
"step_out"
|
||||
"step_back"
|
||||
"run_last"
|
||||
"terminate"
|
||||
"disconnect"
|
||||
];
|
||||
icons = {
|
||||
pause = "";
|
||||
play = "";
|
||||
step_into = "";
|
||||
step_over = "";
|
||||
step_out = "";
|
||||
step_back = "";
|
||||
run_last = "";
|
||||
terminate = "";
|
||||
disconnect = "";
|
||||
};
|
||||
custom_buttons = { };
|
||||
};
|
||||
# TODO: Enable after plugin update
|
||||
# controls = {
|
||||
# enabled = false;
|
||||
# position = "right";
|
||||
# buttons = [
|
||||
# "play"
|
||||
# "step_into"
|
||||
# "step_over"
|
||||
# "step_out"
|
||||
# "step_back"
|
||||
# "run_last"
|
||||
# "terminate"
|
||||
# "disconnect"
|
||||
# ];
|
||||
# icons = {
|
||||
# pause = "";
|
||||
# play = "";
|
||||
# step_into = "";
|
||||
# step_over = "";
|
||||
# step_out = "";
|
||||
# step_back = "";
|
||||
# run_last = "";
|
||||
# terminate = "";
|
||||
# disconnect = "";
|
||||
# };
|
||||
# custom_buttons = { };
|
||||
# };
|
||||
};
|
||||
windows = {
|
||||
height = 12;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue