mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 20:04:28 +02:00
15 lines
229 B
Nix
15 lines
229 B
Nix
{
|
|
empty = {
|
|
plugins.mini-tabline.enable = true;
|
|
};
|
|
|
|
example = {
|
|
plugins.mini-tabline = {
|
|
enable = true;
|
|
settings = {
|
|
show_icons = false;
|
|
tabpage_section = "right";
|
|
};
|
|
};
|
|
};
|
|
}
|