2024-03-06 13:02:00 +00:00
|
|
|
{
|
|
|
|
plugins.lualine = {
|
2024-03-06 13:05:47 +00:00
|
|
|
enable = false;
|
2024-03-06 13:02:00 +00:00
|
|
|
alwaysDivideMiddle = true;
|
|
|
|
globalstatus = true;
|
|
|
|
ignoreFocus = ["neo-tree"];
|
|
|
|
extensions = ["fzf"];
|
|
|
|
theme = "auto";
|
|
|
|
componentSeparators = {
|
|
|
|
left = "|";
|
|
|
|
right = "|";
|
|
|
|
};
|
|
|
|
sectionSeparators = {
|
|
|
|
left = "█"; #
|
|
|
|
right = "█"; #
|
|
|
|
};
|
|
|
|
sections = {
|
|
|
|
lualine_a = ["mode"];
|
|
|
|
lualine_b = [
|
|
|
|
{
|
|
|
|
name = "branch";
|
|
|
|
icon = "";
|
|
|
|
}
|
|
|
|
"diff"
|
|
|
|
"diagnostics"
|
|
|
|
];
|
|
|
|
lualine_c = ["filename"];
|
|
|
|
lualine_x = ["filetype"];
|
|
|
|
lualine_y = ["progress"];
|
|
|
|
lualine_z = [''" " .. os.date("%R")''];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|