16 lines
250 B
Nix
16 lines
250 B
Nix
{
|
|
plugins.lualine = {
|
|
enable = true;
|
|
settings.options = {
|
|
component_separators = {
|
|
right = "";
|
|
left = "";
|
|
};
|
|
section_separators = {
|
|
right = "";
|
|
left = "";
|
|
};
|
|
};
|
|
};
|
|
}
|