mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
nixvimConfigs/fiesta/setups/ui: update Lualine settings
This commit is contained in:
parent
40fad229a1
commit
ad2f15080f
@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user