We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de50390 commit 2f9975bCopy full SHA for 2f9975b
tests/test-sources/plugins/by-name/dap-view/default.nix
@@ -152,4 +152,20 @@
152
};
153
154
155
+
156
+ example = {
157
+ plugins.dap-view = {
158
+ enable = true;
159
160
+ settings = {
161
+ winbar = {
162
+ controls.enabled = true;
163
+ };
164
+ windows.terminal = {
165
+ position = "right";
166
+ start_hidden = true;
167
168
169
170
171
}
0 commit comments