nixvimConfigs/fiesta/setups/ui: update deprecated code

This commit is contained in:
Gabriel Arazas 2024-11-20 12:03:29 +08:00
parent 496e48ce20
commit 309ec036b3
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

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