mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
nixvimConfigs/fiesta/setups/ui: update Lualine settings
This commit is contained in:
parent
40fad229a1
commit
ad2f15080f
@ -45,29 +45,33 @@ in
|
|||||||
# Enable them status bars.
|
# Enable them status bars.
|
||||||
plugins.lualine = {
|
plugins.lualine = {
|
||||||
enable = true;
|
enable = true;
|
||||||
iconsEnabled = true;
|
settings = {
|
||||||
globalstatus = true;
|
options = {
|
||||||
alwaysDivideMiddle = true;
|
icons_enabled = true;
|
||||||
|
globalstatus = true;
|
||||||
|
always_divide_middle = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Disable the section separators.
|
# Disable the section separators.
|
||||||
sectionSeparators = {
|
section_separators = {
|
||||||
left = "";
|
left = "";
|
||||||
right = "";
|
right = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = [ "mode" ];
|
lualine_a = [ "mode" ];
|
||||||
lualine_c = [
|
lualine_c = [
|
||||||
{
|
{
|
||||||
name = "filename";
|
name = "filename";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
newfile_status = true;
|
newfile_status = true;
|
||||||
shorting_target = 10;
|
shorting_target = 10;
|
||||||
path = 1;
|
path = 1;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
lualine_z = [ "location" ];
|
lualine_z = [ "location" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user