1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

tests/plugins/dap-view: add example test case

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;
};
};
};
};
}