Skip to content

Commit 2e90093

Browse files
GaetanLepagenixvim-ci[bot]
authored andcommitted
tests/plugins/dap-view: add example test case
1 parent 323744c commit 2e90093

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tests/test-sources/plugins/by-name/dap-view/default.nix

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,20 @@
152152
};
153153
};
154154
};
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+
};
155171
}

0 commit comments

Comments
 (0)