nixvimConfigs/fiesta/setups/ui: update Lualine settings

This commit is contained in:
Gabriel Arazas 2024-10-04 14:30:44 +08:00
parent 40fad229a1
commit ad2f15080f
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -45,12 +45,15 @@ in
# Enable them status bars.
plugins.lualine = {
enable = true;
iconsEnabled = true;
settings = {
options = {
icons_enabled = true;
globalstatus = true;
alwaysDivideMiddle = true;
always_divide_middle = true;
};
# Disable the section separators.
sectionSeparators = {
section_separators = {
left = "";
right = "";
};
@ -71,4 +74,5 @@ in
};
};
};
};
}