style: reorder lualine again

This commit is contained in:
Youwen Wu 2024-09-17 16:23:43 -07:00
parent 62b25e1c4b
commit 0fff5154e6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -31,8 +31,15 @@
sections = {
lualine_a = [ "branch" ];
lualine_b = [
"diff"
"diagnostics"
{
__unkeyed-1 = {
__raw = ''
function()
return require('lsp-progress').progress()
end,
'';
};
}
];
lualine_c = [
"progress"
@ -43,15 +50,8 @@
"fileformat"
];
lualine_y = [
{
__unkeyed-1 = {
__raw = ''
function()
return require('lsp-progress').progress()
end,
'';
};
}
"diff"
"diagnostics"
];
lualine_z = [ "location" ];
};