1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 07:52:47 +01:00
nixvim/tests/test-sources/plugins/by-name/mini-tabline/default.nix
2025-06-22 19:00:53 +00:00

15 lines
229 B
Nix

{
empty = {
plugins.mini-tabline.enable = true;
};
example = {
plugins.mini-tabline = {
enable = true;
settings = {
show_icons = false;
tabpage_section = "right";
};
};
};
}