nix-community.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";
};
};
};
}