nixvimConfigs/fiesta/setups/ui: update lualine.nvim config

This commit is contained in:
Gabriel Arazas 2024-02-07 07:59:15 +08:00
parent cc488eb391
commit cad1db257f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -54,6 +54,16 @@ in
sections = {
lualine_a = [ "mode" ];
lualine_c = [
{
name = "filename";
extraConfig = {
newfile_status = true;
shorting_target = 10;
path = 1;
};
}
];
lualine_z = [ "location" ];
};
};