tests/plugins/dap-view: add example test case
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions

This commit is contained in:
Gaetan Lepage 2025-08-20 00:56:20 +02:00 committed by Austin Horstman
parent 3427b61539
commit 91a38e6624

View file

@ -152,4 +152,20 @@
};
};
};
example = {
plugins.dap-view = {
enable = true;
settings = {
winbar = {
controls.enabled = true;
};
windows.terminal = {
position = "right";
start_hidden = true;
};
};
};
};
}