mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixvimConfigs/fiesta/setups/ui: update deprecated code
This commit is contained in:
parent
496e48ce20
commit
309ec036b3
@ -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" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user