mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-14 14:32:47 +01:00
tests/plugins/dap-view: add example test case
This commit is contained in:
parent
3427b61539
commit
91a38e6624
1 changed files with 16 additions and 0 deletions
|
|
@ -152,4 +152,20 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
example = {
|
||||||
|
plugins.dap-view = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
winbar = {
|
||||||
|
controls.enabled = true;
|
||||||
|
};
|
||||||
|
windows.terminal = {
|
||||||
|
position = "right";
|
||||||
|
start_hidden = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue